|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntList
| 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 |
|---|
static final int MISSING_VALUE
| Method Detail |
|---|
IntList clear()
IntList compact()
int set(int value,
int index)
int size()
IntList add(int value)
IntList add(int value,
int index)
int get(int index)
int indexOf(int value,
int startIndex)
int lastIndexOf(int value,
int endIndex)
int[] getValues()
int[] toArray()
java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||