- All Superinterfaces:
Iterable<Map.Entry<K,,V>> IterableMap<K,,V> Map<K,,V> SortedMap<K,V>
- All Known Subinterfaces:
MapData<K,,V> MapDataBinding,MapDownlink<K,,V> MapLane<K,,V> ObservableOrderedMap<K,,V> ReducedMap<K,V, U>
- All Known Implementing Classes:
BTree,BTreeMap,BTreeMap,BTreeMapView,JoinMapLaneDownlink,MapDataModel,MapDataModel,MapDataProxy,MapDataView,MapDownlinkView,MapLaneView,ValueOrderedMap,ValueReducedMap
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Comparator<? super K>booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()firstKey()getIndex(int index) default OrderedMap<K,V> intbooleanisEmpty()iterator()keySet()lastKey()previousEntry(K key) previousKey(K key) previousValue(K key) default voidintsize()default OrderedMap<K,V> default OrderedMap<K,V> default Collection<V>values()Methods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
isEmpty
boolean isEmpty() -
size
int size() -
containsKey
- Specified by:
containsKeyin interfaceIterableMap<K,V> - Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceIterableMap<K,V> - Specified by:
containsValuein interfaceMap<K,V>
-
indexOf
-
get
-
getEntry
-
getIndex
-
firstEntry
-
firstKey
K firstKey() -
firstValue
V firstValue() -
lastEntry
-
lastKey
K lastKey() -
lastValue
V lastValue() -
nextEntry
-
nextKey
-
nextValue
-
previousEntry
-
previousKey
-
previousValue
-
put
-
putAll
-
remove
-
clear
void clear() -
headMap
-
tailMap
-
subMap
-
entrySet
-
keySet
-
values
-
iterator
OrderedMapCursor<K,V> iterator() -
keyIterator
- Specified by:
keyIteratorin interfaceIterableMap<K,V>
-
valueIterator
- Specified by:
valueIteratorin interfaceIterableMap<K,V>
-
comparator
Comparator<? super K> comparator()- Specified by:
comparatorin interfaceSortedMap<K,V>
-