|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.DynamicArray
ariba.util.core.FileArray
public class FileArray
A DynamicArray of Files
Field Summary |
---|
Fields inherited from class ariba.util.core.DynamicArray |
---|
array, inUse |
Constructor Summary | |
---|---|
FileArray()
|
Method Summary | |
---|---|
java.lang.Object[] |
alloc(int size)
Allocate the storage array. |
java.io.File[] |
array()
|
boolean |
containsIdentical(java.lang.Object x)
Check if the array contains an object. |
void |
setArray(java.io.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, addElementsIfAbsent, addIdentical, arrayCopy, clear, contains, 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 |
---|
public FileArray()
Method Detail |
---|
public java.lang.Object[] alloc(int size)
DynamicArray
alloc
in class DynamicArray
size
- The size of the array to allocate
public final java.io.File[] array()
public void setArray(java.io.File[] array)
public boolean containsIdentical(java.lang.Object x)
DynamicArray
containsIdentical
in class DynamicArray
x
- the object to check for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |