MCPcopy Create free account
hub / github.com/davidgiven/luje / HashSet

Method HashSet

lib/java/util/HashSet.java:36–38  ·  view source on GitHub ↗

Constructs a new empty instance of HashSet.

()

Source from the content-addressed store, hash-verified

34 * Constructs a new empty instance of {@code HashSet}.
35 */
36 public HashSet() {
37 this(new HashMap<E, HashSet<E>>());
38 }
39
40 /**
41 * Constructs a new instance of {@code HashSet} with the specified capacity.

Callers

nothing calls this directly

Calls 2

addMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected