org.apache.commons.collections.primitives.decorators
abstract class BaseUnmodifiableLongList extends BaseProxyLongList
Since: Commons Primitives 1.0
Version: $Revision: 1.1 $ $Date: 2003/10/27 23:46:10 $
| Method Summary | |
|---|---|
| void | add(int index, long element) |
| boolean | add(long element) |
| boolean | addAll(int index, LongCollection collection) |
| boolean | addAll(LongCollection c) |
| void | clear() |
| LongIterator | iterator() |
| LongListIterator | listIterator() |
| LongListIterator | listIterator(int index) |
| boolean | removeAll(LongCollection c) |
| boolean | removeElement(long element) |
| long | removeElementAt(int index) |
| boolean | retainAll(LongCollection c) |
| long | set(int index, long element) |
| LongList | subList(int fromIndex, int toIndex) |