|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.data.GrowableArray
com.partnersoft.v3x.data.IntBuffer
public class IntBuffer
A fast int array buffer with public access to contents. Intended for fast and unsafe operations.
| Field Summary | |
|---|---|
int[] |
array
|
| Fields inherited from class com.partnersoft.v3x.data.GrowableArray |
|---|
arrayObject, capacity, end, growthCap, growthMin, start |
| Constructor Summary | |
|---|---|
IntBuffer()
Creates an empty int buffer. |
|
IntBuffer(int size)
Creates a int buffer of the given size. |
|
| Method Summary | |
|---|---|
void |
add(int value)
|
void |
newArray(int size)
Allocates a new, empty array of the given size and assign it to the arrayObject property. |
| Methods inherited from class com.partnersoft.v3x.data.GrowableArray |
|---|
append, clear, clone, getSize, makeRoomFor, makeRoomFor, pack, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int[] array
| Constructor Detail |
|---|
public IntBuffer()
public IntBuffer(int size)
| Method Detail |
|---|
public void newArray(int size)
GrowableArray
newArray in class GrowableArraypublic void add(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||