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