public interface SortedList<V> extends Iterable<V>
| Modifier and Type | Method and Description |
|---|---|
void |
add(V data) |
List<V> |
biggerOrEquals(int v) |
List<V> |
lesserOrEquals(int v) |
forEach, iterator, spliteratorCopyright © 2017. All rights reserved.