- All Superinterfaces:
Iterable<Map.Entry<K,V>>, Map<K,V>
- All Known Subinterfaces:
MapData<K,V>, MapDataBinding, MapDownlink<K,V>, MapLane<K,V>, ObservableIterableMap<K,V>, ObservableOrderedMap<K,V>, OrderedMap<K,V>, ReducedMap<K,V,U>
- All Known Implementing Classes:
BTree, BTreeMap, BTreeMap, BTreeMapView, JoinMapLaneDownlink, MapDataModel, MapDataModel, MapDataProxy, MapDataView, MapDownlinkView, MapLaneView, ValueIterableMap, ValueOrderedMap, ValueReducedMap
-
-
Method Summary
void
boolean
boolean
boolean
void
int
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
isEmpty
boolean isEmpty()
- Specified by:
isEmpty in interface Map<K,V>
-
size
int size()
- Specified by:
size in interface Map<K,V>
-
-
-
get
- Specified by:
get in interface Map<K,V>
-
put
- Specified by:
put in interface Map<K,V>
-
putAll
void putAll(Map<? extends K,? extends V> map)
- Specified by:
putAll in interface Map<K,V>
-
-
clear
void clear()
- Specified by:
clear in interface Map<K,V>
-
entrySet
- Specified by:
entrySet in interface Map<K,V>
-
-
-
-
-