Package | Description |
---|---|
aQute.lib.collections |
Modifier and Type | Method and Description |
---|---|
static <T extends Comparable<? super T>> |
SortedList.fromIterator(Iterator<? extends T> it) |
static <T> SortedList<T> |
SortedList.fromIterator(Iterator<? extends T> it,
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
SortedList.isEqual(SortedList<T> list) |
Copyright © 2021 aQute SARL. All rights reserved.