protected static class AbstractShort2ShortSortedMap.ValuesIterator extends AbstractShortIterator
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<Map.Entry<Short,Short>> |
i |
| Constructor and Description |
|---|
AbstractShort2ShortSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Short,Short>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<Short,Short>> i
public AbstractShort2ShortSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Short,Short>> i)
public short nextShort()
AbstractShortIteratornextShort in interface ShortIteratornextShort in class AbstractShortIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.