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

Method firstKey

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

Source from the content-addressed store, hash-verified

882 }
883
884 @Override
885 public K firstKey() {
886 return key(fromStart ? firstEntry() : getCeilEntry(fromKey));
887 }
888
889 @Override
890 public K lastKey() {

Callers

nothing calls this directly

Calls 3

keyMethod · 0.80
firstEntryMethod · 0.80
getCeilEntryMethod · 0.80

Tested by

no test coverage detected