it.unimi.dsi.fastutil.booleans
Interface BooleanListIterator
- All Superinterfaces:
- BidirectionalIterator<Boolean>, BooleanBidirectionalIterator, BooleanIterator, Iterator<Boolean>, ListIterator<Boolean>, ObjectBidirectionalIterator<Boolean>, ObjectIterator<Boolean>
- All Known Implementing Classes:
- AbstractBooleanListIterator, BooleanIterators.EmptyIterator, BooleanIterators.UnmodifiableListIterator
public interface BooleanListIterator
- extends ListIterator<Boolean>, BooleanBidirectionalIterator
A type-specific bidirectional iterator that is also a 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()
.
- See Also:
ListIterator
,
BidirectionalIterator
Method Summary |
void |
add(boolean k)
|
void |
set(boolean k)
|
set
void set(boolean k)
add
void add(boolean k)
Copyright © 2011. All Rights Reserved.