org.apache.commons.collections.primitives
static class: TestRandomAccessDoubleList.AbstractRandomAccessDoubleListImpl [javadoc |
source]
java.lang.Object
org.apache.commons.collections.primitives.AbstractDoubleCollection
org.apache.commons.collections.primitives.RandomAccessDoubleList
org.apache.commons.collections.primitives.TestRandomAccessDoubleList$AbstractRandomAccessDoubleListImpl
All Implemented Interfaces:
DoubleList, DoubleCollection
| Method from org.apache.commons.collections.primitives.TestRandomAccessDoubleList$AbstractRandomAccessDoubleListImpl Summary: |
|---|
|
get, size |
| Methods from org.apache.commons.collections.primitives.RandomAccessDoubleList: |
|---|
|
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.AbstractDoubleCollection: |
|---|
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, removeElement, retainAll, size, toArray, toArray |
| Method from org.apache.commons.collections.primitives.TestRandomAccessDoubleList$AbstractRandomAccessDoubleListImpl Detail: |
public double get(int index) {
throw new IndexOutOfBoundsException();
}
|
public int size() {
return 0;
}
|