org.apache.commons.collections.primitives.decorators
abstract class BaseUnmodifiableShortList extends BaseProxyShortList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/29 18:57:15 $
Method Summary | |
---|---|
void | add(int index, short element) |
boolean | add(short element) |
boolean | addAll(int index, ShortCollection collection) |
boolean | addAll(ShortCollection c) |
void | clear() |
ShortIterator | iterator() |
ShortListIterator | listIterator() |
ShortListIterator | listIterator(int index) |
boolean | removeAll(ShortCollection c) |
boolean | removeElement(short element) |
short | removeElementAt(int index) |
boolean | retainAll(ShortCollection c) |
short | set(int index, short element) |
ShortList | subList(int fromIndex, int toIndex) |