|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
com.sibvisions.util.ArrayUtil<E>
com.sibvisions.rad.persist.AbstractStorage.AllFetchedList<E>
E - the element typeprotected static class AbstractStorage.AllFetchedList<E>
The AllFetchedList is an ArrayUtil wrapper that implements the marker interface
IAllFetched.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
AbstractStorage.AllFetchedList()
Constructs an empty list with initial size ArrayUtil.MIN_SIZE. |
|
AbstractStorage.AllFetchedList(java.util.Collection<? extends E> pCollection)
Constructs a list containing the elements of the specified collection. |
|
AbstractStorage.AllFetchedList(E... pSourceArray)
Constructs a list with the given array. |
|
AbstractStorage.AllFetchedList(E[] pSourceArray,
int pSize)
Constructs a list with the given array. |
|
AbstractStorage.AllFetchedList(E[] pSourceArray,
int pOffset,
int pSize)
Constructs a list with the given array. |
|
AbstractStorage.AllFetchedList(int pInitialSize)
Constructs an empty list. |
|
| Method Summary |
|---|
| Methods inherited from class java.util.AbstractList |
|---|
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 java.util.List |
|---|
containsAll, removeAll, retainAll |
| Constructor Detail |
|---|
public AbstractStorage.AllFetchedList()
ArrayUtil.MIN_SIZE.
public AbstractStorage.AllFetchedList(int pInitialSize)
pInitialSize - the initial size.public AbstractStorage.AllFetchedList(E... pSourceArray)
pSourceArray - the array for this list.
java.lang.NullPointerException - if the specified pSourceArray is null.
public AbstractStorage.AllFetchedList(E[] pSourceArray,
int pSize)
pSourceArray - the array for this list.pSize - the size of this list.
java.lang.NullPointerException - if the specified pSourceArray is null.
java.lang.IndexOutOfBoundsException - if the specified pSize is greater than the array length.
public AbstractStorage.AllFetchedList(E[] pSourceArray,
int pOffset,
int pSize)
pSourceArray - the array for this list.pOffset - the offset at which the list starts.pSize - the size of this list.
java.lang.IndexOutOfBoundsException - if the specified pOffset + pSize is greater than the array length.public AbstractStorage.AllFetchedList(java.util.Collection<? extends E> pCollection)
pCollection - the collection whose elements are to be placed into this list.
java.lang.NullPointerException - if the specified collection is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||