Package ion.SyncCollections
Interface IDictionary<K,V>
- All Superinterfaces:
ICollectionValue<Map.Entry<K,,V>> Iterable<Map.Entry<K,V>>
- All Known Implementing Classes:
ElementHashDictionary,HashDictionary
-
Method Summary
Modifier and TypeMethodDescriptionvoidboolean<H extends K>
booleancontainsAll(Iterable<H> keys) getKeys()voidvoidvoidvoidMethods inherited from interface ion.SyncCollections.ICollectionValue
copyTo, count, toArrayMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
contains
-
containsAll
-
add
-
addAll
-
remove
-
removeAll
-
removeAll
void removeAll() -
getKeys
ICollectionValue<K> getKeys() -
getValues
ICollectionValue<V> getValues() -
get
-
set
-