public interface BooleanListIterator extends java.util.ListIterator<java.lang.Boolean>, BooleanBidirectionalIterator
ListIterator
.
This interface merges the methods provided by a ListIterator
and
a type-specific BidirectionalIterator
. Moreover, it provides
type-specific versions of add()
and set()
.
ListIterator
,
BidirectionalIterator
Modifier and Type | Method and Description |
---|---|
void |
add(boolean k) |
void |
set(boolean k) |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
back, previousBoolean
nextBoolean, skip
skip
hasPrevious, previous