private class NonBlockingHashMapLong.SnapshotE
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<java.lang.Long,TypeV>>
Modifier and Type | Field and Description |
---|---|
(package private) NonBlockingHashMapLong.SnapshotV |
_ss |
Constructor and Description |
---|
SnapshotE() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<java.lang.Long,TypeV> |
next() |
void |
remove() |
final NonBlockingHashMapLong.SnapshotV _ss
public void remove()
remove
in interface java.util.Iterator<java.util.Map.Entry<java.lang.Long,TypeV>>
public java.util.Map.Entry<java.lang.Long,TypeV> next()
next
in interface java.util.Iterator<java.util.Map.Entry<java.lang.Long,TypeV>>
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.util.Map.Entry<java.lang.Long,TypeV>>