Package com.tangosol.util
Class AbstractKeySetBasedMap.ValuesCollection
- java.lang.Object
-
- java.util.AbstractCollection<V>
-
- 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 Modifier Constructor Description protected
ValuesCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
toArray()
Object[]
toArray(Object[] ao)
-
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
-
-
-
-
Method Detail
-
toArray
public Object[] toArray()
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-
toArray
public Object[] toArray(Object[] ao)
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-
-