- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<N>
-
- org.ojalgo.structure.WrapperList<N>
-
- All Implemented Interfaces:
java.lang.Iterable<N>,java.util.Collection<N>,java.util.List<N>
final class WrapperList<N extends java.lang.Comparable<N>> extends java.util.AbstractList<N>
-
-
Constructor Summary
Constructors Constructor Description WrapperList(Access1D<N> wrappee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nget(int index)intsize()-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-