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

Method Hashtable

lib/java/util/Hashtable.java:230–232  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

228 * factor.
229 */
230 public Hashtable() {
231 this(11);
232 }
233
234 /**
235 * 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