Class AbstractConcurrentOffHeapMap.AggregateIterator<T>
- java.lang.Object
-
- org.terracotta.offheapstore.concurrent.AbstractConcurrentOffHeapMap.AggregateIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- AbstractConcurrentOffHeapMap<K,V>
protected abstract class AbstractConcurrentOffHeapMap.AggregateIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Iterator<T>currentIteratorprotected java.util.Iterator<java.util.Map<K,V>>listIterator
-
Constructor Summary
Constructors Constructor Description AggregateIterator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.util.Iterator<T>getNextIterator()booleanhasNext()Tnext()voidremove()
-