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

Method last

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

Source from the content-addressed store, hash-verified

15 public T first();
16 public SortedSet<T> headSet(T toElement);
17 public T last();
18 public SortedSet<T> subSet(T fromElement, T toElement);
19 public SortedSet<T> tailSet(T fromElement);
20}

Callers 4

lastEntryMethod · 0.65
lastKeyMethod · 0.65
lastMethod · 0.65
descendingIteratorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected