org.apache.commons.collections.primitives.adapters
abstract class AbstractListShortList extends AbstractCollectionShortCollection implements ShortList
Since: Commons Primitives 1.0
Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
| Method Summary | |
|---|---|
| void | add(int index, short element) |
| boolean | addAll(int index, ShortCollection collection) |
| boolean | equals(Object obj) |
| short | get(int index) |
| protected Collection | getCollection() |
| protected abstract List | getList() |
| int | hashCode() |
| int | indexOf(short element) |
| int | lastIndexOf(short element) |
| ShortListIterator | listIterator() |
| ShortListIterator | listIterator(int index) |
| short | removeElementAt(int index) |
| short | set(int index, short element) |
| ShortList | subList(int fromIndex, int toIndex) |