Package com.google.common.collect
Class Maps.IteratorBasedAbstractMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.google.common.collect.Maps.IteratorBasedAbstractMap<K,V>
- All Implemented Interfaces:
Map<K,
V>
- Direct Known Subclasses:
AbstractNavigableMap
,ArrayTable.ArrayMap
,HashBiMap
,HashBiMap.Inverse
,Maps.TransformedEntriesMap
,StandardTable.Row
,TreeRangeMap.AsMapOfRanges
- Enclosing class:
Maps
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
IteratorBasedAbstractMap
IteratorBasedAbstractMap()
-
-
Method Details
-
size
public abstract int size() -
entryIterator
-
entrySpliterator
Spliterator<Map.Entry<K,V>> entrySpliterator() -
entrySet
-
forEachEntry
-
clear
public void clear()
-