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>

final class WrapperList<N extends Comparable<N>> extends AbstractList<N>