public final class ListWrapper extends AbstractList<Double>
modCount| Constructor and Description |
|---|
ListWrapper(AVector v) |
| Modifier and Type | Method and Description |
|---|---|
Double |
get(int index) |
Iterator<Double> |
iterator() |
Double |
set(int index,
Double value) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic ListWrapper(AVector v)
Copyright © 2013. All Rights Reserved.