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