|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectprefuse.util.collections.AbstractLiteralIterator
prefuse.util.collections.IntIterator
prefuse.util.collections.CompositeIntIterator
IntIterator implementation that combines the results of multiple int iterators.
| Constructor Summary | |
CompositeIntIterator(IntIterator[] iters)
|
|
CompositeIntIterator(IntIterator iter1,
IntIterator iter2)
|
|
| Method Summary | |
boolean |
hasNext()
|
int |
nextInt()
|
void |
remove()
|
| Methods inherited from class prefuse.util.collections.IntIterator |
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLong |
| Methods inherited from class prefuse.util.collections.AbstractLiteralIterator |
isBooleanSupported, nextBoolean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompositeIntIterator(IntIterator iter1,
IntIterator iter2)
public CompositeIntIterator(IntIterator[] iters)
| Method Detail |
public int nextInt()
nextInt in interface LiteralIteratornextInt in class IntIteratorIntIterator.nextInt()public boolean hasNext()
Iterator.hasNext()public void remove()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||