protected static class AbstractLong2FloatSortedMap.ValuesIterator extends AbstractFloatIterator
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<Long,Float>> |
i |
| Constructor and Description |
|---|
AbstractLong2FloatSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Long,Float>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<Long,Float>> i
public AbstractLong2FloatSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Long,Float>> i)
public float nextFloat()
AbstractFloatIteratornextFloat in interface FloatIteratornextFloat in class AbstractFloatIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.