public class SortedListImpl<V> extends Object implements SortedList<V>
| Constructor and Description |
|---|
SortedListImpl(Measurer<V> m) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(V data) |
List<V> |
biggerOrEquals(int v) |
Iterator<V> |
iterator() |
List<V> |
lesserOrEquals(int v) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(V data)
add in interface SortedList<V>public List<V> lesserOrEquals(int v)
lesserOrEquals in interface SortedList<V>public List<V> biggerOrEquals(int v)
biggerOrEquals in interface SortedList<V>Copyright © 2017. All rights reserved.