|
|||||||||
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>
java.util.ArrayList<E>
org.neodatis.tool.wrappers.list.OdbArrayList<E>
E
- public class OdbArrayList<E>
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
OdbArrayList()
|
|
OdbArrayList(int size)
|
Method Summary | |
---|---|
boolean |
addAll(java.util.Collection<? extends E> c)
|
E |
get(int index)
|
boolean |
removeAll(java.util.Collection<?> c)
|
E |
set(int index,
E o)
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, clear, clone, contains, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, 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, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.neodatis.tool.wrappers.list.IOdbList |
---|
add, isEmpty |
Methods inherited from interface java.util.List |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, retainAll, size, subList, toArray, toArray |
Constructor Detail |
---|
public OdbArrayList()
public OdbArrayList(int size)
Method Detail |
---|
public boolean addAll(java.util.Collection<? extends E> c)
addAll
in interface java.util.Collection<E>
addAll
in interface java.util.List<E>
addAll
in interface IOdbList<E>
addAll
in class java.util.ArrayList<E>
public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<E>
removeAll
in interface java.util.List<E>
removeAll
in interface IOdbList<E>
removeAll
in class java.util.AbstractCollection<E>
public E get(int index)
get
in interface java.util.List<E>
get
in interface IOdbList<E>
get
in class java.util.ArrayList<E>
public E set(int index, E o)
set
in interface java.util.List<E>
set
in interface IOdbList<E>
set
in class java.util.ArrayList<E>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |