protected static class AbstractObject2ByteSortedMap.ValuesIterator<K>
extends java.lang.Object
implements it.unimi.dsi.fastutil.bytes.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 it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> |
i |
| Constructor and Description |
|---|
ValuesIterator(it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
byte |
nextByte() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> i
public ValuesIterator(it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator<Object2ByteMap.Entry<K>> i)