Uses of Class
aQute.lib.collections.SortedList
Packages that use SortedList
-
Uses of SortedList in aQute.lib.collections
Fields in aQute.lib.collections declared as SortedListMethods in aQute.lib.collections that return SortedListModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
SortedList<T>SortedList.fromIterator
(Iterator<? extends T> it) static <T> SortedList<T>
SortedList.fromIterator
(Iterator<? extends T> it, Comparator<? super T> cmp) SortedList.subList
(int fromIndex, int toIndex) Methods in aQute.lib.collections with parameters of type SortedListConstructors in aQute.lib.collections with parameters of type SortedList