|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongList
Method Summary | |
---|---|
long |
get(int index)
|
int |
indexOf(int index,
long value)
|
void |
insert(int index,
long value)
|
void |
removeIndex(int index)
|
Methods inherited from interface org.ontobox.fast.util.primitive.LongCollection |
---|
add, addAll, clear, contains, forEach, isEmpty, size, toArray |
Method Detail |
---|
void insert(int index, long value)
int indexOf(int index, long value)
index
- the offset at which to start the linear search (inclusive)value
-
long get(int index)
void removeIndex(int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |