BRUtil - Making Java a Kinder, Gentler, Place to be.

brutil
Class Array.Subarray

java.lang.Object
  |
  +--brutil.Array.Subarray
Enclosing class:
Array

protected class Array.Subarray
extends java.lang.Object

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

Array.Subarray

protected Array.Subarray(int capacity)
Initializes the array to this capacity.
Method Detail

createArray

protected java.lang.Object[] createArray(int size)

initMemory

protected void initMemory()


BRUtil - Making Java a Kinder, Gentler, Place to be.