public interface SortedCollection<S extends Comparable<S>> extends Iterable<S>
| Modifier and Type | Method and Description |
|---|---|
void |
add(S entry) |
boolean |
contains(S entry) |
int |
size() |
forEach, iterator, spliteratorCopyright © 2015. All Rights Reserved.