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

Method lastKey

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

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

()

Source from the content-addressed store, hash-verified

290 * @throws NoSuchElementException Map is empty.
291 */
292 @Override
293 public K lastKey() {
294 return key(lastEntry());
295 }
296
297 /**
298 * Copies all of the mappings from the specified map to this map. These

Callers 4

lastNodeMethod · 0.45
executeMethod · 0.45

Calls 2

keyMethod · 0.95
lastEntryMethod · 0.95

Tested by

no test coverage detected