Class AbstractLockedOffHeapHashMap.LockedEntryIterator
java.lang.Object
OffHeapHashMap<K,V>.org.terracotta.offheapstore.OffHeapHashMap.HashIterator<Map.Entry<K,V>>
OffHeapHashMap<K,V>.org.terracotta.offheapstore.OffHeapHashMap.EntryIterator
org.terracotta.offheapstore.AbstractLockedOffHeapHashMap.LockedEntryIterator
- Enclosing class:
AbstractLockedOffHeapHashMap<K,V>
protected class AbstractLockedOffHeapHashMap.LockedEntryIterator
extends OffHeapHashMap<K,V>.EntryIterator
-
Field Summary
Fields inherited from class OffHeapHashMap.HashIterator
expectedModCount, next, table, tableView -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OffHeapHashMap.EntryIterator
createMethods inherited from class OffHeapHashMap.HashIterator
hasNextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
LockedEntryIterator
protected LockedEntryIterator()
-
-
Method Details
-
next
-
remove
-
checkForConcurrentModification
protected void checkForConcurrentModification()- Overrides:
checkForConcurrentModificationin classOffHeapHashMap<K,V>.HashIterator<Map.Entry<K, V>>
-