Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ size
Method
size
output/java_guava/1.4.19/AbstractMultiset.java:50–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
abstract
class
AbstractMultiset<E> extends AbstractCollection<E> implements Multiset<E> {
49
// Query Operations
50
@Override
51
public
int
size() {
52
return
Multisets.sizeImpl(this);
53
}
54
55
@Override
56
public
boolean isEmpty() {
Callers
nothing calls this directly
Calls
1
sizeImpl
Method · 0.95
Tested by
no test coverage detected