|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoubleBigListIterator
A type-specific BigListIterator
.
This interface adds a skipping method that take longs.
BigListIterator
Method Summary | |
---|---|
void |
add(double k)
|
void |
add(Double k)
|
void |
set(double k)
|
void |
set(Double k)
|
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 |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Methods inherited from interface it.unimi.dsi.fastutil.BigListIterator |
---|
nextIndex, previousIndex, skip |
Method Detail |
---|
void set(double k)
void add(double k)
void set(Double k)
void add(Double k)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |