Class SWMRHashTable.ValueIterator<K,V>
java.lang.Object
ca.spottedleaf.concurrentutil.map.SWMRHashTable.TableEntryIterator<K,V,V>
ca.spottedleaf.concurrentutil.map.SWMRHashTable.ValueIterator<K,V>
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
SWMRHashTable<K,V>
protected static final class SWMRHashTable.ValueIterator<K,V>
extends SWMRHashTable.TableEntryIterator<K,V,V>
-
Field Summary
Fields inherited from class ca.spottedleaf.concurrentutil.map.SWMRHashTable.TableEntryIterator
currEntry, map, nextEntry, table, tableIndex -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValueIterator(SWMRHashTable.TableEntry<K, V>[] table, SWMRHashTable<K, V> map) -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.map.SWMRHashTable.TableEntryIterator
advanceEntry, hasNext, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
-
-
Method Details
-
next
-