|
|||||||||
| 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.DoubleBuffer
public class DoubleBuffer
A fast double array buffer with public access to contents. Intended for fast and unsafe operations.
| Field Summary | |
|---|---|
double[] |
array
|
| Fields inherited from class com.partnersoft.v3x.data.GrowableArray |
|---|
arrayObject, capacity, end, growthCap, growthMin, start |
| Constructor Summary | |
|---|---|
DoubleBuffer()
Creates an empty double buffer. |
|
DoubleBuffer(int size)
Creates a double buffer of the given size. |
|
| Method Summary | |
|---|---|
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 double[] array
| Constructor Detail |
|---|
public DoubleBuffer()
public DoubleBuffer(int size)
| Method Detail |
|---|
public void newArray(int size)
GrowableArray
newArray in class GrowableArray
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||