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

Method HashSet

vm/JavaAPI/src/java/util/HashSet.java:31–33  ·  view source on GitHub ↗

Constructs a new empty instance of HashSet.

()

Source from the content-addressed store, hash-verified

29 * Constructs a new empty instance of {@code HashSet}.
30 */
31 public HashSet() {
32 this(new HashMap<E, HashSet<E>>());
33 }
34
35 /**
36 * Constructs a new instance of {@code HashSet} with the specified capacity.

Callers

nothing calls this directly

Calls 5

hasNextMethod · 0.95
addMethod · 0.95
nextMethod · 0.95
sizeMethod · 0.65
iteratorMethod · 0.65

Tested by

no test coverage detected