MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / TreeMap

Method TreeMap

vm/JavaAPI/src/java/util/TreeMap.java:3681–3683  ·  view source on GitHub ↗

Constructs a new empty TreeMap instance.

()

Source from the content-addressed store, hash-verified

3679 * Constructs a new empty {@code TreeMap} instance.
3680 */
3681 public TreeMap() {
3682 super();
3683 }
3684
3685 /**
3686 * 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