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