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