MCPcopy Index your code
hub / github.com/davidgiven/luje / TreeMap

Method TreeMap

lib/java/util/TreeMap.java:966–967  ·  view source on GitHub ↗

Constructs a new empty TreeMap instance.

()

Source from the content-addressed store, hash-verified

964 * Constructs a new empty {@code TreeMap} instance.
965 */
966 public TreeMap() {
967 }
968
969 /**
970 * Constructs a new empty {@code TreeMap} instance with the specified

Callers

nothing calls this directly

Calls 9

putAllMethod · 0.95
addToLastMethod · 0.95
comparatorMethod · 0.65
iteratorMethod · 0.65
entrySetMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65
getKeyMethod · 0.65
getValueMethod · 0.65

Tested by

no test coverage detected