public class IntConcat extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
IntConcat(PrimitiveIterator.OfInt iterator1,
PrimitiveIterator.OfInt iterator2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IntConcat(PrimitiveIterator.OfInt iterator1, PrimitiveIterator.OfInt iterator2)
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfIntCopyright © 2017. All rights reserved.