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
Constructors - 
Method Summary
Methods inherited from class com.tangosol.util.AbstractKeyBasedMap.ValuesCollection
clear, contains, instantiateIterator, isEmpty, iterator, remove, sizeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, removeAll, retainAll, 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, spliterator, stream, toArray 
- 
Constructor Details
- 
ValuesCollection
protected ValuesCollection() 
 - 
 - 
Method Details
- 
toArray
- Specified by:
 toArrayin interfaceCollection- Overrides:
 toArrayin classAbstractCollection
 - 
toArray
- Specified by:
 toArrayin interfaceCollection- Overrides:
 toArrayin classAbstractCollection
 
 -