|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.sc3d.apt.sss.v3.IntBuffer
public class IntBuffer
Represents an auto-extending buffer for integers.
| Constructor Summary | |
|---|---|
IntBuffer()
Constructs an empty IntBuffer. |
|
| Method Summary | |
|---|---|
IntBuffer |
append(int n)
Appends 'n' to this IntBuffer. |
int[] |
toArray()
Returns the contens of this IntBuffer in a fresh array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntBuffer()
| Method Detail |
|---|
public IntBuffer append(int n)
public int[] toArray()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||