protected static class AbstractInt2ByteSortedMap.ValuesIterator extends AbstractByteIterator
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<Integer,Byte>> |
i |
| Constructor and Description |
|---|
AbstractInt2ByteSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Integer,Byte>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<Integer,Byte>> i
public AbstractInt2ByteSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Integer,Byte>> i)
public byte nextByte()
AbstractByteIteratornextByte in interface ByteIteratornextByte in class AbstractByteIteratorIterator.next()public boolean hasNext()
Copyright © 2013. All Rights Reserved.