Package org.omnaest.utils.structure.collection.list.sorted

Interface Summary
SortedList<E> Extension of the List interface for sorted lists.
SortedSplitableList<E> A special SortedList which allows to split the whole List into two.
TreeList.ElementVisitor<E>  
 

Class Summary
InsertionSortedList<E> SortedList implementation using insertion sort algorithm based on a simple ArrayList
SortedListAbstract<E> Abstract implementation of a SortedList which reduces the need to implement all methods
SortedListAbstract.SortedListAbstractSublist<E> Sublist implementation for SortedListAbstract
SortedListDispatcher<E> Similar to ListDispatcher but for SortedLists
SortedListDispatcherSizeBased<E> SortedListDispatcher which is based on the ListDispatcher.size() of the represented virtual SortedList.
TreeList<E> This sorted List implementation does use an internal TreeMap to provide all features a SortedSet has, except the fact that duplicate elements are allowed.
 

Enum Summary
TreeList.ElementVisitor.TraversalHint A TreeList.ElementVisitor.TraversalHint affects the traversal over the elements of the TreeList
 



Copyright © 2013. All Rights Reserved.