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