|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BooleanListIterator
Defines a list iterator over primitive boolean
values.
Method Summary | |
---|---|
void |
add(boolean value)
Adds the specified value to the list underlying the iterator at the current iteration index (optional operation). |
boolean |
previousBoolean()
Gets the previous value from the iterator. |
void |
set(boolean value)
Sets the last retrieved value from the iterator (optional operation). |
Methods inherited from interface org.joda.primitives.iterator.BooleanIterator |
---|
nextBoolean |
Methods inherited from interface org.joda.primitives.iterator.PrimitiveIterator |
---|
isModifiable, isResettable, reset |
Methods inherited from interface org.joda.primitives.iterator.PrimitiveIterator |
---|
isModifiable, isResettable, reset |
Methods inherited from interface java.util.ListIterator |
---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Method Detail |
---|
boolean previousBoolean()
NoSuchElementException
- if there are no more values availablevoid add(boolean value)
value
- the value to add
IllegalStateException
- if the iterator cannot be added to at present
UnsupportedOperationException
- if not supported by this collectionvoid set(boolean value)
value
- the value to set
IllegalStateException
- if the iterator cannot be set to at present
UnsupportedOperationException
- if not supported by this collection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |