Package com.tangosol.util
Class OpenHashMap.KeySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.tangosol.util.AbstractKeyBasedMap.KeySet
com.tangosol.util.OpenHashMap.KeySet
- All Implemented Interfaces:
Iterable
,Collection
,Set
- Enclosing class:
OpenHashMap<K,
V>
A set of keys backed by this map.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tangosol.util.AbstractKeyBasedMap.KeySet
clear, contains, isEmpty, iterator, remove, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, retainAll, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, containsAll, retainAll, spliterator
-
Constructor Details
-
KeySet
protected KeySet()
-
-
Method Details
-
toArray
- Specified by:
toArray
in interfaceCollection
- Specified by:
toArray
in interfaceSet
- Overrides:
toArray
in classAbstractCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
- Specified by:
toArray
in interfaceSet
- Overrides:
toArray
in classAbstractCollection
-