Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getElement
Method
getElement
output/java_guava/1.4.17/TreeMultiset.java:350–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
348
private
Entry<E> wrapEntry(
final
AvlNode<E> baseEntry) {
349
return
new
Multisets.AbstractEntry<E>() {
350
@Override
351
public
E getElement() {
352
return
baseEntry.getElement();
353
}
354
355
@Override
356
public
int
getCount() {
Callers
1
getCount
Method · 0.95
Calls
1
getElement
Method · 0.65
Tested by
no test coverage detected