|
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.Subarray
Subarrays act as sub-modules for the Array. They do the actual storage.
| Field Summary | |
protected java.lang.Object[] |
array
|
| Constructor Summary | |
protected |
Subarray()
Protected default constructor provided for the use of subclasses. |
protected |
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 |
| Field Detail |
protected java.lang.Object[] array
| Constructor Detail |
protected Subarray(int capacity)
protected Subarray()
| Method Detail |
protected void initMemory()
protected java.lang.Object[] createArray(int size)
|
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 | |||||||