MCPcopy Create free account
hub / github.com/GateNLP/gate-core / lastKey

Method lastKey

src/main/java/gate/util/RBTreeMap.java:889–892  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

887 }
888
889 @Override
890 public K lastKey() {
891 return key(toEnd ? lastEntry() : getPrecedingEntry(toKey));
892 }
893
894 private transient Set<Map.Entry<K, V>> entrySet = new EntrySetView();
895

Callers

nothing calls this directly

Calls 3

keyMethod · 0.80
lastEntryMethod · 0.80
getPrecedingEntryMethod · 0.80

Tested by

no test coverage detected