protected static class AbstractBooleanList.PListIterator extends java.lang.Object implements BooleanListIterator
| Modifier | Constructor and Description |
|---|---|
protected |
PListIterator(AbstractBooleanList list,
int start) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(boolean value)
Adds the specified value to the list underlying the iterator at the
current iteration index (optional operation).
|
void |
add(java.lang.Boolean 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.Boolean |
next() |
boolean |
nextBoolean()
Gets the next value from the iterator
|
int |
nextIndex() |
java.lang.Boolean |
previous() |
boolean |
previousBoolean()
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(boolean value)
Sets the last retrieved value from the iterator (optional operation).
|
void |
set(java.lang.Boolean obj) |
protected PListIterator(AbstractBooleanList list, int start)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Boolean>hasNext in interface java.util.ListIterator<java.lang.Boolean>public boolean nextBoolean()
BooleanIteratornextBoolean in interface BooleanIteratorpublic java.lang.Boolean next()
next in interface java.util.Iterator<java.lang.Boolean>next in interface java.util.ListIterator<java.lang.Boolean>public int nextIndex()
nextIndex in interface java.util.ListIterator<java.lang.Boolean>public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<java.lang.Boolean>public boolean previousBoolean()
BooleanListIteratorpreviousBoolean in interface BooleanListIteratorpublic java.lang.Boolean previous()
previous in interface java.util.ListIterator<java.lang.Boolean>public int previousIndex()
previousIndex in interface java.util.ListIterator<java.lang.Boolean>public void remove()
remove in interface java.util.Iterator<java.lang.Boolean>remove in interface java.util.ListIterator<java.lang.Boolean>public void add(boolean value)
BooleanListIteratoradd in interface BooleanListIteratorvalue - the value to addpublic void add(java.lang.Boolean obj)
add in interface java.util.ListIterator<java.lang.Boolean>public void set(boolean value)
BooleanListIteratorset in interface BooleanListIteratorvalue - the value to setpublic void set(java.lang.Boolean obj)
set in interface java.util.ListIterator<java.lang.Boolean>public boolean isModifiable()
PrimitiveIteratorisModifiable in interface PrimitiveIterator<java.lang.Boolean>true if the modification methods of the iterator can be usedpublic boolean isResettable()
PrimitiveIteratorisResettable in interface PrimitiveIterator<java.lang.Boolean>true if the object can be resetpublic void reset()
PrimitiveIteratorreset in interface PrimitiveIterator<java.lang.Boolean>Copyright © 2005–2018 Joda.org. All rights reserved.