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