Class OffHeapHashMap.KeyIterator
java.lang.Object
OffHeapHashMap<K,V>.org.terracotta.offheapstore.OffHeapHashMap.HashIterator<K>
org.terracotta.offheapstore.OffHeapHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Direct Known Subclasses:
AbstractLockedOffHeapHashMap.LockedKeyIterator
- Enclosing class:
OffHeapHashMap<K,V>
-
Field Summary
Fields inherited from class OffHeapHashMap.HashIterator
expectedModCount, next, table, tableView -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OffHeapHashMap.HashIterator
checkForConcurrentModification, hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
create
- Specified by:
createin classOffHeapHashMap<K,V>.HashIterator<K>
-