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, spliterator
Copyright © 2015. All Rights Reserved.