|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
oracle.binding.meta.ArrayListDefinitionContainer
public class ArrayListDefinitionContainer
A class that implements the DefinitionContainer interface using an java.util.ArrayList for storage of Definition instances.
This class may be modified to expose the Iterator or List interface instead of extending java.util.ArrayList.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
ArrayListDefinitionContainer()Default Constructor. |
|
| Method Summary | |
|---|---|
Definition |
find(java.lang.String definitionId)Finds a Definition with the given id. |
int |
getSize()Returns the number of Definition instances contained in this ArrayListDefinitionContainer. |
Definition |
item(int index)Retrieves the Definition located at the given position in the array. |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.binding.meta.DefinitionContainer |
|---|
isEmpty, iterator |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public ArrayListDefinitionContainer()
| Method Detail |
|---|
public int getSize()
public Definition item(int index)
index - Position of the Definition to be retrieved.public Definition find(java.lang.String definitionId)
find in interface DefinitionContainerdefinitionId - Identifier of the Definition that we want to find.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||