Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hasNext
Method · 0.95
add
Method · 0.95
next
Method · 0.95
size
Method · 0.65
iterator
Method · 0.65
Tested by
no test coverage detected