|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongArray
Long Array
Method Summary | |
---|---|
long |
get(int index)
Gets data at a specified index. |
long[] |
getInternalArray()
Gets the internal primitive array. |
void |
set(int index,
long value,
long scn)
Sets data at a specified index. |
Methods inherited from interface krati.array.Array |
---|
clear, hasIndex, length |
Method Detail |
---|
long get(int index)
index
-
void set(int index, long value, long scn) throws Exception
index
- value
- scn
-
Exception
long[] getInternalArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |