Class AbstractConcurrentOffHeapMap.BaseAggregateSet<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<T>
-
- org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.BaseAggregateSet<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>,java.util.Collection<T>,java.util.Set<T>
- Direct Known Subclasses:
AbstractConcurrentOffHeapMap.AggregateEntrySet,AbstractConcurrentOffHeapMap.AggregateKeySet
- Enclosing class:
- AbstractConcurrentOffHeapMap<K,V>
private abstract class AbstractConcurrentOffHeapMap.BaseAggregateSet<T> extends java.util.AbstractSet<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBaseAggregateSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intsize()-
Methods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, isEmpty, iterator, remove, retainAll, toArray, toArray, toString
-
-