Uses of Interface
org.omnaest.utils.structure.collection.list.sorted.SortedSplitableList

Packages that use SortedSplitableList
org.omnaest.utils.structure.collection.list.sorted   
 

Uses of SortedSplitableList in org.omnaest.utils.structure.collection.list.sorted
 

Classes in org.omnaest.utils.structure.collection.list.sorted that implement SortedSplitableList
 class InsertionSortedList<E>
          SortedList implementation using insertion sort algorithm based on a simple ArrayList
 class SortedListAbstract<E>
          Abstract implementation of a SortedList which reduces the need to implement all methods
 class SortedListDispatcher<E>
          Similar to ListDispatcher but for SortedLists
 class SortedListDispatcherSizeBased<E>
          SortedListDispatcher which is based on the ListDispatcher.size() of the represented virtual SortedList.
 class 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.
 

Methods in org.omnaest.utils.structure.collection.list.sorted that return SortedSplitableList
protected  SortedSplitableList<E> SortedListDispatcher.getList()
           
 



Copyright © 2013. All Rights Reserved.