MCPcopy Create free account
hub / github.com/antlr/codebuff / size

Method size

corpus/java/training/guava/cache/LocalCache.java:1047–1050  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1045 }
1046
1047 @Override
1048 public int size() {
1049 return 0;
1050 }
1051
1052 @Override
1053 public Iterator<Object> iterator() {

Callers

nothing calls this directly

Calls 2

saturatedCastMethod · 0.95
longSizeMethod · 0.95

Tested by

no test coverage detected