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