Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ size
Method
size
classpath/java/util/EnumSet.java:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
@Override
55
public
int
size() {
56
return
bitset.cardinality();
57
}
58
59
@Override
60
public
Iterator<T> iterator() {
Callers
nothing calls this directly
Calls
1
cardinality
Method · 0.80
Tested by
no test coverage detected