protected static class AbstractByteList.PListIterator extends java.lang.Object implements ByteListIterator
| Modifier | Constructor and Description |
|---|---|
protected |
PListIterator(AbstractByteList list,
int start) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte value)
Adds the specified value to the list underlying the iterator at the
current iteration index (optional operation).
|
void |
add(java.lang.Byte obj) |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
isModifiable()
Checks whether the iterator can currently be modified.
|
boolean |
isResettable()
Checks whether the iterator can be reset.
|
java.lang.Byte |
next() |
byte |
nextByte()
Gets the next value from the iterator
|
int |
nextIndex() |
java.lang.Byte |
previous() |
byte |
previousByte()
Gets the previous value from the iterator.
|
int |
previousIndex() |
void |
remove() |
void |
reset()
Resets the iterator back to its initial state (optional operation).
|
void |
set(byte value)
Sets the last retrieved value from the iterator (optional operation).
|
void |
set(java.lang.Byte obj) |
protected PListIterator(AbstractByteList list, int start)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Byte>hasNext in interface java.util.ListIterator<java.lang.Byte>public byte nextByte()
ByteIteratornextByte in interface ByteIteratorpublic java.lang.Byte next()
next in interface java.util.Iterator<java.lang.Byte>next in interface java.util.ListIterator<java.lang.Byte>public int nextIndex()
nextIndex in interface java.util.ListIterator<java.lang.Byte>public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<java.lang.Byte>public byte previousByte()
ByteListIteratorpreviousByte in interface ByteListIteratorpublic java.lang.Byte previous()
previous in interface java.util.ListIterator<java.lang.Byte>public int previousIndex()
previousIndex in interface java.util.ListIterator<java.lang.Byte>public void remove()
remove in interface java.util.Iterator<java.lang.Byte>remove in interface java.util.ListIterator<java.lang.Byte>public void add(byte value)
ByteListIteratoradd in interface ByteListIteratorvalue - the value to addpublic void add(java.lang.Byte obj)
add in interface java.util.ListIterator<java.lang.Byte>public void set(byte value)
ByteListIteratorset in interface ByteListIteratorvalue - the value to setpublic void set(java.lang.Byte obj)
set in interface java.util.ListIterator<java.lang.Byte>public boolean isModifiable()
PrimitiveIteratorisModifiable in interface PrimitiveIterator<java.lang.Byte>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIteratorisResettable in interface PrimitiveIterator<java.lang.Byte>true if the object can be resetpublic void reset()
PrimitiveIteratorreset in interface PrimitiveIterator<java.lang.Byte>Copyright © 2005–2018 Joda.org. All rights reserved.