private class NonBlockingHashMap.SnapshotK
extends java.lang.Object
implements java.util.Iterator<TypeK>, java.util.Enumeration<TypeK>
Modifier and Type | Field and Description |
---|---|
(package private) NonBlockingHashMap.SnapshotV |
_ss |
Constructor and Description |
---|
SnapshotK() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
boolean |
hasNext() |
TypeK |
next() |
TypeK |
nextElement() |
void |
remove() |
final NonBlockingHashMap.SnapshotV _ss
public void remove()
remove
in interface java.util.Iterator<TypeK>
public boolean hasNext()
hasNext
in interface java.util.Iterator<TypeK>
public TypeK nextElement()
nextElement
in interface java.util.Enumeration<TypeK>
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<TypeK>