|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoubleListIterator
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()
.
ListIterator
,
BidirectionalIterator
Method Summary | |
---|---|
void |
add(double k)
|
void |
set(double k)
|
Methods inherited from interface java.util.ListIterator |
---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleBidirectionalIterator |
---|
back, previousDouble |
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterator |
---|
nextDouble, skip |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
---|
skip |
Methods inherited from interface it.unimi.dsi.fastutil.BidirectionalIterator |
---|
hasPrevious, previous |
Method Detail |
---|
void set(double k)
void add(double k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |