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

Method poll

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

Source from the content-addressed store, hash-verified

1040 }
1041
1042 @Override
1043 public Object poll() {
1044 return null;
1045 }
1046
1047 @Override
1048 public int size() {

Callers 11

drainRecencyQueueMethod · 0.45
readLineMethod · 0.45
cleanUpMethod · 0.45
cleanUpMethod · 0.45
dispatchMethod · 0.45
dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected