ariba.util.core
Class IntegerArray
java.lang.Object
ariba.util.core.DynamicArray
ariba.util.core.IntegerArray
public class IntegerArray
- extends DynamicArray
A DynamicArray of Integers
- See Also:
DynamicArray
| Methods inherited from class ariba.util.core.DynamicArray |
add, add, addAll, addAll, addAll, addElement, addElementIfAbsent, addElements, addElements, addIdentical, arrayCopy, clear, contains, containsIdentical, extend, indexOf, insertElementAt, inUse, makeRoomFor, remove, removeElementAt, setArray, setCapacity, toList, toString, trim |
IntegerArray
public IntegerArray()
alloc
public 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
array
public final Integer[] array()
- Typesafe access to the storage array
- Returns:
- the Integer[] array currently in use by this
object. It is not copied.
add
public void add(int i)
setArray
public void setArray(Integer[] array)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.