Package gw.util.concurrent
Class ConcurrentWeakHashMap.HashIterator
java.lang.Object
gw.util.concurrent.ConcurrentWeakHashMap.HashIterator
- Direct Known Subclasses:
ConcurrentWeakHashMap.EntryIterator
,ConcurrentWeakHashMap.KeyIterator
,ConcurrentWeakHashMap.ValueIterator
- Enclosing class:
- ConcurrentWeakHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) K
(package private) ConcurrentWeakHashMap.HashEntry<K,
V>[] (package private) ConcurrentWeakHashMap.HashEntry<K,
V> (package private) ConcurrentWeakHashMap.HashEntry<K,
V> (package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nextSegmentIndex
int nextSegmentIndex -
nextTableIndex
int nextTableIndex -
currentTable
ConcurrentWeakHashMap.HashEntry<K,V>[] currentTable -
nextEntry
ConcurrentWeakHashMap.HashEntry<K,V> nextEntry -
lastReturned
ConcurrentWeakHashMap.HashEntry<K,V> lastReturned -
currentKey
K currentKey
-
-
Constructor Details
-
HashIterator
HashIterator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements() -
advance
final void advance() -
hasNext
public boolean hasNext() -
nextEntry
ConcurrentWeakHashMap.HashEntry<K,V> nextEntry() -
remove
public void remove()
-