Class AbstractConcurrentOffHeapMap.AggregateKeySet
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
AbstractConcurrentOffHeapMap<K,V>.org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.BaseAggregateSet<K>
org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.AggregateKeySet
- All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
AbstractConcurrentOffHeapMap<K,V>
class AbstractConcurrentOffHeapMap.AggregateKeySet
extends AbstractConcurrentOffHeapMap<K,V>.BaseAggregateSet<K>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractConcurrentOffHeapMap.BaseAggregateSet
clear, sizeMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
AggregateKeySet
AggregateKeySet()
-
-
Method Details
-
contains
- Specified by:
containsin interfaceCollection<K>- Specified by:
containsin interfaceSet<K>- Overrides:
containsin classAbstractCollection<K>
-
remove
- Specified by:
removein interfaceCollection<K>- Specified by:
removein interfaceSet<K>- Overrides:
removein classAbstractCollection<K>
-
iterator
-