Package org.terracotta.offheapstore
Class AbstractLockedOffHeapHashMap.LockedKeyIterator
- java.lang.Object
-
- org.terracotta.offheapstore.OffHeapHashMap.HashIterator<K>
-
- org.terracotta.offheapstore.OffHeapHashMap.KeyIterator
-
- org.terracotta.offheapstore.AbstractLockedOffHeapHashMap.LockedKeyIterator
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- AbstractLockedOffHeapHashMap<K,V>
protected class AbstractLockedOffHeapHashMap.LockedKeyIterator extends OffHeapHashMap.KeyIterator
-
-
Field Summary
-
Fields inherited from class org.terracotta.offheapstore.OffHeapHashMap.HashIterator
expectedModCount, next, table, tableView
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLockedKeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckForConcurrentModification()Knext()voidremove()-
Methods inherited from class org.terracotta.offheapstore.OffHeapHashMap.KeyIterator
create
-
Methods inherited from class org.terracotta.offheapstore.OffHeapHashMap.HashIterator
hasNext
-
-
-
-
Method Detail
-
next
public K next()
- Specified by:
nextin interfacejava.util.Iterator<K>- Overrides:
nextin classOffHeapHashMap.HashIterator<K>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<K>- Overrides:
removein classOffHeapHashMap.HashIterator<K>
-
checkForConcurrentModification
protected void checkForConcurrentModification()
- Overrides:
checkForConcurrentModificationin classOffHeapHashMap.HashIterator<K>
-
-