Package | Description |
---|---|
aQute.lib.collections |
Modifier and Type | Field and Description |
---|---|
private static SortedList<?> |
SortedList.EMPTY |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<? super 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
SortedList.isEqual(SortedList<T> list) |
Constructor and Description |
---|
SortedList(SortedList<T> other,
int start,
int end) |