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

Method isPresent

corpus/java/training/guava/base/Absent.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 private Absent() {}
39
40 @Override
41 public boolean isPresent() {
42 return false;
43 }
44
45 @Override
46 public T get() {

Callers 9

computeNextMethod · 0.45
pushIfPresentMethod · 0.45
isEmptyMethod · 0.45
sizeMethod · 0.45
sizeIfKnownMethod · 0.45
sizeIfKnownMethod · 0.45
lengthMethod · 0.45
isEmptyMethod · 0.45
lengthIfKnownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected