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

Method Hashtable

vm/JavaAPI/src/java/util/Hashtable.java:214–216  ·  view source on GitHub ↗

Constructs a new Hashtable using the default capacity and load factor.

()

Source from the content-addressed store, hash-verified

212 * factor.
213 */
214 public Hashtable() {
215 this(11);
216 }
217
218 /**
219 * Constructs a new {@code Hashtable} using the specified capacity and the

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