|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ByteBigListIterator
A type-specific BigListIterator
.
This interface adds a skipping method that take longs.
BigListIterator
Method Summary | |
---|---|
void |
add(byte k)
|
void |
add(Byte k)
|
void |
set(byte k)
|
void |
set(Byte k)
|
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator |
---|
back, previousByte |
Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterator |
---|
nextByte, 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(byte k)
void add(byte k)
void set(Byte k)
void add(Byte k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |