org.apache.commons.collections.primitives.decorators
abstract class BaseProxyShortList extends BaseProxyShortCollection implements ShortList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:57:15 $
| Constructor Summary | |
|---|---|
| protected | BaseProxyShortList() |
| Method Summary | |
|---|---|
| void | add(int index, short element) |
| boolean | addAll(int index, ShortCollection collection) |
| short | get(int index) |
| protected ShortCollection | getProxiedCollection() |
| protected abstract ShortList | getProxiedList() |
| 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) |