protected static class AbstractByte2ReferenceSortedMap.KeySetIterator<V> extends AbstractByteBidirectionalIterator
To provide an iterator on keys, just create an instance of this class using the corresponding iterator on entries.
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Map.Entry<Byte,V>> |
i |
| Constructor and Description |
|---|
AbstractByte2ReferenceSortedMap.KeySetIterator(ObjectBidirectionalIterator<Map.Entry<Byte,V>> i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious()
Returns whether there is a previous element.
|
byte |
nextByte()
Delegates to the corresponding generic method.
|
byte |
previousByte()
Delegates to the corresponding generic method.
|
back, previousnext, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipskipprotected final ObjectBidirectionalIterator<Map.Entry<Byte,V>> i
public AbstractByte2ReferenceSortedMap.KeySetIterator(ObjectBidirectionalIterator<Map.Entry<Byte,V>> i)
public byte nextByte()
AbstractByteIteratornextByte in interface ByteIteratornextByte in class AbstractByteIteratorIterator.next()public byte previousByte()
AbstractByteBidirectionalIteratorpreviousByte in interface ByteBidirectionalIteratorpreviousByte in class AbstractByteBidirectionalIteratorListIterator.previous()public boolean hasNext()
public boolean hasPrevious()
BidirectionalIteratorListIterator.hasPrevious()Copyright © 2013. All Rights Reserved.