public interface PeekableShortIterator extends ShortIterator
| Modifier and Type | Method and Description |
|---|---|
void |
advanceIfNeeded(short minval)
If needed, advance as long as the next value is greater or equal to minval (as an unsigned short)
|
short |
peekNext()
Look at the next value without advancing
|
Copyright © 2015. All Rights Reserved.