ariba.util.core
Class FileArray
java.lang.Object
ariba.util.core.DynamicArray
ariba.util.core.FileArray
public class FileArray
- extends DynamicArray
A DynamicArray of Files
|
Method Summary |
Object[] |
alloc(int size)
Allocate the storage array. |
File[] |
array()
|
boolean |
containsIdentical(Object x)
Check if the array contains an object. |
void |
setArray(File[] array)
array had better be of the right type or the next call to
array() will cause a ClassCastException |
| Methods inherited from class ariba.util.core.DynamicArray |
add, add, addAll, addAll, addAll, addElement, addElementIfAbsent, addElements, addElements, addIdentical, arrayCopy, clear, contains, extend, indexOf, insertElementAt, inUse, makeRoomFor, remove, removeElementAt, setArray, setCapacity, toList, toString, trim |
FileArray
public FileArray()
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 File[] array()
setArray
public void setArray(File[] array)
- array had better be of the right type or the next call to
array() will cause a ClassCastException
containsIdentical
public boolean containsIdentical(Object x)
- Description copied from class:
DynamicArray
- Check if the array contains an object.
The == operator is used to compare objects
- Overrides:
containsIdentical in class DynamicArray
- Parameters:
x - the object to check for
- Returns:
- true if the object is in the array
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.