|
|||||||||
| 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.CharBuffer
public class CharBuffer
A fast char array buffer with public access to contents. Intended for fast and unsafe operations.
| Field Summary | |
|---|---|
char[] |
array
|
| Fields inherited from class com.partnersoft.v3x.data.GrowableArray |
|---|
arrayObject, capacity, end, growthCap, growthMin, start |
| Constructor Summary | |
|---|---|
CharBuffer()
Creates an empty char buffer. |
|
CharBuffer(int size)
Creates a char 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 char[] array
| Constructor Detail |
|---|
public CharBuffer()
public CharBuffer(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 | ||||||||