Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ tContains
Method
tContains
annotations/HashSetTest.java:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
assert testObject.isEmpty();
17
}
18
@Test
19
void
tContains() {
20
testObject.add(
"one"
);
21
assert testObject.contains(
"one"
);
22
}
23
@Test
24
void
tRemove() {
25
testObject.add(
"one"
);
Callers
nothing calls this directly
Calls
2
contains
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected