Uses of Class
aQute.lib.collections.SortedList
-
Packages that use SortedList Package Description aQute.lib.collections -
-
Uses of SortedList in aQute.lib.collections
Fields in aQute.lib.collections declared as SortedList Modifier and Type Field Description private static SortedList<?>SortedList. EMPTYMethods 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 booleanSortedList. isEqual(SortedList<T> list)Constructors in aQute.lib.collections with parameters of type SortedList Constructor Description SortedList(SortedList<T> other, int start, int end)
-