|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortedList | |
|---|---|
| aQute.lib.collections | |
| Uses of SortedList in aQute.lib.collections |
|---|
| Methods in aQute.lib.collections that return SortedList | ||
|---|---|---|
static
|
SortedList.fromIterator(Iterator<T> it)
|
|
static
|
SortedList.fromIterator(Iterator<T> it,
Comparator<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 | |
|---|---|
boolean |
SortedList.isEqual(SortedList<T> list)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||