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

Method first

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

Source from the content-addressed store, hash-verified

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();
18 public SortedSet<T> subSet(T fromElement, T toElement);

Callers 15

internByteArrayFunction · 0.65
parsePoolEntryFunction · 0.65
parseMethodTableFunction · 0.65
shutDownFunction · 0.65
internFunction · 0.65
getEnclosingMethodInfoFunction · 0.65
hashMapFindNodeFunction · 0.65
hashMapResizeFunction · 0.65
hashMapRemoveFunction · 0.65
resolveMethodFunction · 0.65
getJClassFromReferenceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected