Class DictValue
java.lang.Object
com.twineworks.tweakflow.lang.values.DictValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) booleancontainsValue(Value value) booleanvoidinthashCode()booleanisEmpty()keys()intsize()values()
-
Constructor Details
-
DictValue
public DictValue() -
DictValue
-
DictValue
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
-
containsValue
-
toHashMap
-
put
-
putAll
-
delete
-
deleteAll
-
deleteAll
-
putAll
-
get
-
values
-
keys
-
getAll
-
entryIterator
-
keyIterator
-
valueIterator
-
equals
-
hashCode
public int hashCode()
-