ariba.util.core
Class ObjectArray

java.lang.Object
  extended by ariba.util.core.DynamicArray
      extended by ariba.util.core.ObjectArray

public class ObjectArray
extends DynamicArray

A DynamicArray of Objects No array() needed because the underlying array is the same type


Field Summary
 
Fields inherited from class ariba.util.core.DynamicArray
array, inUse
 
Constructor Summary
ObjectArray()
           
 
Method Summary
 java.lang.Object[] alloc(int size)
          Allocate the storage array.
 
Methods inherited from class ariba.util.core.DynamicArray
add, add, addAll, addAll, addAll, addElement, addElementIfAbsent, addElements, addElements, addElementsIfAbsent, addIdentical, arrayCopy, clear, contains, containsIdentical, extend, indexOf, insertElementAt, inUse, makeRoomFor, remove, removeElementAt, setArray, setCapacity, toList, toString, trim
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectArray

public ObjectArray()
Method Detail

alloc

public java.lang.Object[] alloc(int size)
Description copied from class: DynamicArray
Allocate the storage array. Subclasses should override this, allocating an array of the correct type.

Specified by:
alloc in class DynamicArray
Parameters:
size - The size of the array to allocate
Returns:
The allocated array


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.