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

Method HashSet

Ports/CLDC11/src/java/util/HashSet.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26 /// Constructs a new empty instance of `HashSet`.
27 public HashSet() {
28 this(new HashMap<E, HashSet<E>>());
29 }
30
31 /// Constructs a new instance of `HashSet` with the specified capacity.
32 ///

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