| Package | Description |
|---|---|
| aQute.lib.collections |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
boolean |
SortedList.isEqual(SortedList<T> list) |