Uses of Class
org.almendra.commons.util.collection.SortedList

Packages that use SortedList
org.almendra.commons.util.collection   
 

Uses of SortedList in org.almendra.commons.util.collection
 

Methods in org.almendra.commons.util.collection that return SortedList
 SortedList SortedList.headSet(java.lang.Object toElement)
           
 SortedList SortedList.subSet(java.lang.Object fromElement, java.lang.Object toElement)
           
 SortedList SortedList.tailSet(java.lang.Object fromElement)
           
 

Methods in org.almendra.commons.util.collection with parameters of type SortedList
 boolean SortedList.addAll(SortedList l)
           
 

Constructors in org.almendra.commons.util.collection with parameters of type SortedList
SortedList(SortedList l)
          Creates a new SortedList object.
SortedList(SortedList l, java.util.Comparator comparator)
          Creates a new SortedList object.