Package org.objectweb.asm.tree.analysis
Class SmallSet.IteratorImpl<T>
java.lang.Object
org.objectweb.asm.tree.analysis.SmallSet.IteratorImpl<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate T
The next element to return innext()
.private T
The element to return innext()
, afterfirstElement
is returned. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
firstElement
The next element to return innext()
. Maybe null. -
secondElement
The element to return innext()
, afterfirstElement
is returned. IffirstElement
is null then this field must be null, otherwise it must be different fromfirstElement
.
-
-
Constructor Details
-
IteratorImpl
-
-
Method Details