Uses of Class
aQute.lib.collections.SortedList
-
Packages that use SortedList Package Description aQute.lib.collections -
-
Uses of SortedList in aQute.lib.collections
Methods in aQute.lib.collections that return SortedList Modifier and Type Method Description static <T extends java.lang.Comparable<? super T>>
SortedList<T>SortedList. fromIterator(java.util.Iterator<? extends T> it)
static <T> SortedList<T>
SortedList. fromIterator(java.util.Iterator<? extends T> it, java.util.Comparator<? super T> cmp)
SortedList<T>
SortedList. headSet(T toElement)
SortedList<T>
SortedList. subList(int fromIndex, int toIndex)
SortedList<T>
SortedList. subSet(T fromElement, T toElement)
Methods in aQute.lib.collections with parameters of type SortedList Modifier and Type Method Description boolean
SortedList. isEqual(SortedList<T> list)
-