Package com.tangosol.net.cache
Class OverflowMap.InternalKeySet
java.lang.Object
java.util.AbstractCollection
java.util.AbstractSet
com.tangosol.net.cache.OverflowMap.InternalKeySet
- All Implemented Interfaces:
- Iterable,- Collection,- Set
- Enclosing class:
- OverflowMap
A read-only set of keys backed by this map.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected classAn Iterator implementation over the keys in the OverflowMap that that is based on a concurrent Iterator over the internal status map.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, clear, containsAll, remove, retainAll, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setadd, addAll, clear, containsAll, remove, retainAll, spliterator
- 
Constructor Details- 
InternalKeySetprotected InternalKeySet()
 
- 
- 
Method Details- 
contains- Specified by:
- containsin interface- Collection
- Specified by:
- containsin interface- Set
- Overrides:
- containsin class- AbstractCollection
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection
- Specified by:
- isEmptyin interface- Set
- Overrides:
- isEmptyin class- AbstractCollection
 
- 
iterator- Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin interface- Set
- Specified by:
- iteratorin class- AbstractCollection
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection
- Specified by:
- sizein interface- Set
- Specified by:
- sizein class- AbstractCollection
 
- 
toArray- Specified by:
- toArrayin interface- Collection
- Specified by:
- toArrayin interface- Set
- Overrides:
- toArrayin class- AbstractCollection
 
- 
toArray- Specified by:
- toArrayin interface- Collection
- Specified by:
- toArrayin interface- Set
- Overrides:
- toArrayin class- AbstractCollection
 
 
-