Package com.tangosol.util
Class AbstractKeySetBasedMap.ValuesCollection
java.lang.Object
java.util.AbstractCollection
com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
com.tangosol.util.AbstractKeySetBasedMap.ValuesCollection
- All Implemented Interfaces:
Iterable
,Collection
- Enclosing class:
AbstractKeySetBasedMap<K,
V>
protected class AbstractKeySetBasedMap.ValuesCollection
extends AbstractKeyBasedMap.ValuesCollection
A Collection of values backed by this map.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
AbstractKeyBasedMap.ValuesCollection.ValuesIterator
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
clear, contains, instantiateIterator, isEmpty, iterator, remove, size
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, removeAll, retainAll, 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, spliterator, stream, toArray
-
Constructor Details
-
ValuesCollection
protected ValuesCollection()
-
-
Method Details
-
toArray
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-