protected static class AbstractReference2FloatSortedMap.ValuesIterator<K> extends Object implements FloatIterator
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<Reference2FloatMap.Entry<K>> |
i |
| Constructor and Description |
|---|
ValuesIterator(ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
float |
nextFloat()
Returns the next element as a primitive type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skipprotected final ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> i
public ValuesIterator(ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> i)
public float nextFloat()
FloatIteratornextFloat in interface FloatIteratorIterator.next()Copyright © 2020. All rights reserved.