public class ByteBufferIntList extends Object
| Constructor and Description | 
|---|
ByteBufferIntList(ByteBuffer buffer,
                 int maxElements)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(int val)  | 
int | 
get(int index)  | 
void | 
reset()  | 
void | 
set(int index,
   int val)  | 
public ByteBufferIntList(ByteBuffer buffer, int maxElements)
Copyright © 2011–2018. All rights reserved.