public interface SortedCollection<S extends java.lang.Comparable<S>>
extends java.lang.Iterable<S>
Modifier and Type | Method and Description |
---|---|
void |
add(S entry) |
boolean |
contains(S entry) |
int |
size() |
Copyright © 2016. All Rights Reserved.