public class IntConcat extends PrimitiveExtIterator.OfInt
hasNext, isInit, next| Constructor and Description |
|---|
IntConcat(java.util.List<? extends PrimitiveIterator.OfInt> iterators) |
IntConcat(PrimitiveIterator.OfInt iterator1,
PrimitiveIterator.OfInt iterator2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, nextIntnext, removepublic IntConcat(@NotNull
PrimitiveIterator.OfInt iterator1,
@NotNull
PrimitiveIterator.OfInt iterator2)
public IntConcat(@NotNull
java.util.List<? extends PrimitiveIterator.OfInt> iterators)
protected void nextIteration()
nextIteration in class PrimitiveExtIterator.OfInt