public class LongConcat extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
LongConcat(PrimitiveIterator.OfLong iterator1,
PrimitiveIterator.OfLong iterator2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LongConcat(PrimitiveIterator.OfLong iterator1, PrimitiveIterator.OfLong iterator2)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLongCopyright © 2018. All rights reserved.