Class AbstractConcurrentOffHeapMap.AggregateKeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.BaseAggregateSet<K>
-
- org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.AggregateKeySet
-
- All Implemented Interfaces:
java.lang.Iterable<K>,java.util.Collection<K>,java.util.Set<K>
- Enclosing class:
- AbstractConcurrentOffHeapMap<K,V>
class AbstractConcurrentOffHeapMap.AggregateKeySet extends AbstractConcurrentOffHeapMap.BaseAggregateSet<K>
-
-
Constructor Summary
Constructors Constructor Description AggregateKeySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(java.lang.Object o)java.util.Iterator<K>iterator()booleanremove(java.lang.Object o)-
Methods inherited from class org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.BaseAggregateSet
clear, size
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
-