类 SmallSet.IteratorImpl<T>
java.lang.Object
cn.taketoday.bytecode.tree.analysis.SmallSet.IteratorImpl<T>
- 所有已实现的接口:
Iterator<T>
-
字段概要
字段修饰符和类型字段说明private TThe next element to return innext().private TThe element to return innext(), afterfirstElementis returned. -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Iterator
forEachRemaining
-
字段详细资料
-
firstElement
The next element to return innext(). Maybe null. -
secondElement
The element to return innext(), afterfirstElementis returned. IffirstElementis null then this field must be null, otherwise it must be different fromfirstElement.
-
-
构造器详细资料
-
IteratorImpl
-
-
方法详细资料