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