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