Class ArraySortedList<A>

java.lang.Object
java.util.AbstractCollection<A>
java.util.AbstractList<A>
eu.bandm.tools.ops.ArraySortedList<A>
All Implemented Interfaces:
SortedList<A>, Iterable<A>, Collection<A>, List<A>, SequencedCollection<A>
Direct Known Subclasses:
ArraySortedEntryList

public class ArraySortedList<A> extends AbstractList<A> implements SortedList<A>
Implementation of a sorted list by an underlying array.