|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILongBuffer
Abstract long buffer storage interface Creation date: (11/23/03 6:13:38 PM)
| Method Summary | |
|---|---|
long |
longAt(int index)
Get the long at the given index. |
int |
lower32At(int index)
Get the lower 32 bit of the long at given index. |
void |
modifyEntry(int index,
long newVal)
Modify the entry at given index with a new val. |
int |
size()
Get the number of long in the buffer. |
int |
upper32At(int index)
Get the upper 32 bit of the long at the given index. |
| Method Detail |
|---|
long longAt(int index)
index - int
int lower32At(int index)
index - int
void modifyEntry(int index,
long newVal)
index - intnewVal - longint size()
int upper32At(int index)
index - int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||