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