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

Method TreeMap

Ports/CLDC11/src/java/util/TreeMap.java:3679–3681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3677
3678 /// Constructs a new empty `TreeMap` instance.
3679 public TreeMap() {
3680 super();
3681 }
3682
3683 /// Constructs a new empty `TreeMap` instance with the specified
3684 /// comparator.

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