org.apache.commons.collections.primitives
static class: TestRandomAccessLongList.AbstractRandomAccessLongListImpl [javadoc |
source]
java.lang.Object
org.apache.commons.collections.primitives.AbstractLongCollection
org.apache.commons.collections.primitives.RandomAccessLongList
org.apache.commons.collections.primitives.TestRandomAccessLongList$AbstractRandomAccessLongListImpl
All Implemented Interfaces:
LongList, LongCollection
| Method from org.apache.commons.collections.primitives.TestRandomAccessLongList$AbstractRandomAccessLongListImpl Summary: |
|---|
|
get, size |
| Methods from org.apache.commons.collections.primitives.RandomAccessLongList: |
|---|
|
add, add, addAll, equals, get, getModCount, hashCode, incrModCount, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeElementAt, set, size, subList, toString |
| Methods from org.apache.commons.collections.primitives.AbstractLongCollection: |
|---|
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, removeElement, retainAll, size, toArray, toArray |
| Method from org.apache.commons.collections.primitives.TestRandomAccessLongList$AbstractRandomAccessLongListImpl Detail: |
public long get(int index) {
throw new IndexOutOfBoundsException();
}
|
public int size() {
return 0;
}
|