|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIntBuffer
Abstract int buffer storage interface. Creation date: (11/23/03 6:14:40 PM)
| Method Summary | |
|---|---|
int |
intAt(int i)
Get the int at the index value. |
void |
modifyEntry(int index,
int val)
Modify the int at index to value val. |
int |
size()
Get the total number of int in the buffer. |
| Method Detail |
|---|
int intAt(int i)
i - int
void modifyEntry(int index,
int val)
index - intval - intint size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||