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, sizeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ValuesView
ValuesView()
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<V>- Specified by:
iteratorin interfaceIterable<V>- Overrides:
iteratorin classMaps.Values<K,V>
-
forEach
-
spliterator
-
toArray
- Specified by:
toArrayin interfaceCollection<V>- Overrides:
toArrayin classAbstractCollection<V>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArrayin interfaceCollection<V>- Overrides:
toArrayin classAbstractCollection<V>
-