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

Method lastEntry

classpath/java/util/TreeMap.java:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public Map.Entry<K,V> lastEntry() {
60 return set.last();
61 }
62
63 @Override
64 public K firstKey() {

Callers

nothing calls this directly

Calls 1

lastMethod · 0.65

Tested by

no test coverage detected