Class WrapperList<N extends Comparable<N>>
java.lang.Object
java.util.AbstractCollection<N>
java.util.AbstractList<N>
org.ojalgo.structure.WrapperList<N>
- All Implemented Interfaces:
Iterable<N>, Collection<N>, List<N>, SequencedCollection<N>
-
Field Summary
FieldsFields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Field Details
-
myWrappee
-
-
Constructor Details
-
WrapperList
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection<N extends Comparable<N>>- Specified by:
sizein interfaceList<N extends Comparable<N>>- Specified by:
sizein classAbstractCollection<N extends Comparable<N>>
-
get
- Specified by:
getin interfaceList<N extends Comparable<N>>- Specified by:
getin classAbstractList<N extends Comparable<N>>
-