Package org.jctools.maps
Class NonBlockingHashMap.SnapshotK
java.lang.Object
org.jctools.maps.NonBlockingHashMap.SnapshotK
- All Implemented Interfaces:
Enumeration<TypeK>,Iterator<TypeK>
- Enclosing class:
NonBlockingHashMap<TypeK,TypeV>
private class NonBlockingHashMap.SnapshotK
extends Object
implements Iterator<TypeK>, Enumeration<TypeK>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final NonBlockingHashMap<TypeK,TypeV>.SnapshotV -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
_ss
-
-
Constructor Details
-
SnapshotK
public SnapshotK()
-
-
Method Details
-
remove
public void remove() -
next
-
hasNext
public boolean hasNext() -
nextElement
- Specified by:
nextElementin interfaceEnumeration<TypeK>
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<TypeK>
-