protected static class AbstractChar2ShortSortedMap.ValuesIterator extends Object implements ShortIterator
To provide an iterator on values, just create an instance of this class using the corresponding iterator on entries.
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Char2ShortMap.Entry> |
i |
| Constructor and Description |
|---|
ValuesIterator(ObjectBidirectionalIterator<Char2ShortMap.Entry> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
short |
nextShort()
Returns the next element as a primitive type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skipprotected final ObjectBidirectionalIterator<Char2ShortMap.Entry> i
public ValuesIterator(ObjectBidirectionalIterator<Char2ShortMap.Entry> i)
public short nextShort()
ShortIteratornextShort in interface ShortIteratorIterator.next()Copyright © 2020. All rights reserved.