|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--net.walend.collection.AbstractArrayList
|
+--net.walend.collection.ArrayList
This implementation of List is built on top of an array.
| Nested Class Summary |
| Nested classes inherited from class net.walend.collection.AbstractArrayList |
AbstractArrayList.ListItr |
| Field Summary |
| Fields inherited from class net.walend.collection.AbstractArrayList |
modCount |
| Fields inherited from interface net.walend.collection.List |
EMPTY |
| Constructor Summary | |
ArrayList(Collection collection)
|
|
ArrayList(java.util.Collection collection)
|
|
| Method Summary | |
java.util.Iterator |
iterator()
Returns an iterator over the Objects in this collection. |
| Methods inherited from class net.walend.collection.AbstractArrayList |
add, add, addAll, addAll, checkRange, checkRangeForAdd, clear, contains, containsAll, ensureCapacity, get, getIdentitor, getJavaCollection, getJavaList, getPrincipleInterface, indexOf, indexOfSubList, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, sameContentsAs, sameListAs, sameStateAs, set, size, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ArrayList(Collection collection)
public ArrayList(java.util.Collection collection)
| Method Detail |
public java.util.Iterator iterator()
AbstractArrayList
iterator in interface Collectioniterator in class AbstractArrayList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||