MCPcopy Create free account
hub / github.com/ReadyTalk/avian / comparator

Method comparator

classpath/java/util/SortedSet.java:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13public interface SortedSet<T> extends Collection<T>, Iterable<T>, Set<T> {
14 public Comparator<? super T> comparator();
15 public T first();
16 public SortedSet<T> headSet(T toElement);
17 public T last();

Callers 1

clearMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected