|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--brutil.Array.Subarray
Subarrays act as sub-modules for the Array. They do the actual storage.
| Constructor Summary | |
protected |
Array.Subarray(int capacity)
Initializes the array to this capacity. |
| Method Summary | |
protected java.lang.Object[] |
createArray(int size)
|
protected void |
initMemory()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected Array.Subarray(int capacity)
| Method Detail |
protected java.lang.Object[] createArray(int size)
protected void initMemory()
|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||