|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| IndexList<E> | Defines an interface for lists that are based on an index structure. |
| Class Summary | |
|---|---|
| IdentityArrayList<E> | Uses the "object == element" comparison instead of the equals comparison for methods navigating to the elements from the
List by given element instances. |
| IndexArrayList<E extends Comparable<? super E>> | This class implements the list interface. |
| ListAbstract<E> | This abstract list implementation offers the basic methods like addAll, removeAll, retainAll, etc. which rely only on other list methods and not on any underlying structure. |
| ListToListIteratorAdapter<E> | Adapter to a given list. |
| ListToSetAdapter<E> | Defines a Set operating on a given List. |
| ListUtil | Helper class for List. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||