类 CompositeIterator<T>
java.lang.Object
com.obermuhlner.scriptengine.java.util.CompositeIterator<T>
- 类型参数:
T- the type of elements returned by this iterator
- 所有已实现的接口:
Iterator<T>
A
Iterator that will iterate over several iterators.-
字段概要
字段 -
构造器概要
构造器构造器说明CompositeIterator(Iterator<? extends T>... iterators) Creates aCompositeIteratorover the specified iterators. -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Iterator
forEachRemaining, remove