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

Method firstKey

src/main/java/gate/util/RBTreeMap.java:281–284  ·  view source on GitHub ↗

Returns the first (lowest) key currently in this sorted map. @return the first (lowest) key currently in this sorted map. @throws NoSuchElementException Map is empty.

()

Source from the content-addressed store, hash-verified

279 * @throws NoSuchElementException Map is empty.
280 */
281 @Override
282 public K firstKey() {
283 return key(firstEntry());
284 }
285
286 /**
287 * Returns the last (highest) key currently in this sorted map.

Callers 2

firstNodeMethod · 0.45

Calls 2

keyMethod · 0.95
firstEntryMethod · 0.95

Tested by

no test coverage detected