|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary | |
|---|---|
static int |
MISSING_VALUE
|
| Method Summary | |
|---|---|
IntList |
add(int value)
|
IntList |
add(int value,
int index)
|
IntList |
clear()
|
IntList |
compact()
|
int |
get(int index)
|
int[] |
getValues()
|
int |
indexOf(int value,
int startIndex)
|
int |
lastIndexOf(int value,
int endIndex)
|
int |
set(int value,
int index)
|
int |
size()
|
int[] |
toArray()
|
java.lang.String |
toString()
|
| Field Detail |
public static final int MISSING_VALUE
| Method Detail |
public IntList clear()
public IntList compact()
public int set(int value,
int index)
public int size()
public IntList add(int value)
public IntList add(int value,
int index)
public int get(int index)
public int indexOf(int value,
int startIndex)
public int lastIndexOf(int value,
int endIndex)
public int[] getValues()
public int[] toArray()
public java.lang.String toString()
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||