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

Method Hashtable

Ports/CLDC11/src/java/util/Hashtable.java:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 /// Constructs a new `Hashtable` using the default capacity and load
214 /// factor.
215 public Hashtable() {
216 this(11);
217 }
218
219 /// Constructs a new `Hashtable` using the specified capacity and the
220 /// default load factor.

Callers

nothing calls this directly

Calls 4

newElementArrayMethod · 0.95
computeMaxSizeMethod · 0.95
putAllMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected