Package com.google.common.collect
Class CompactHashMap.ValuesView
java.lang.Object
java.util.AbstractCollection<V>
com.google.common.collect.Maps.Values<K,V>
com.google.common.collect.CompactHashMap.ValuesView
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
- Enclosing class:
CompactHashMap<K,
V>
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.Values
map
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.Values
clear, contains, isEmpty, map, remove, removeAll, retainAll, size
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ValuesView
ValuesView()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceCollection<V>
- Specified by:
iterator
in interfaceIterable<V>
- Overrides:
iterator
in classMaps.Values<K,
V>
-
forEach
-
spliterator
-
toArray
- Specified by:
toArray
in interfaceCollection<V>
- Overrides:
toArray
in classAbstractCollection<V>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<V>
- Overrides:
toArray
in classAbstractCollection<V>
-