Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
computeNext
Method · 0.45
pushIfPresent
Method · 0.45
isEmpty
Method · 0.45
size
Method · 0.45
sizeIfKnown
Method · 0.45
sizeIfKnown
Method · 0.45
length
Method · 0.45
isEmpty
Method · 0.45
lengthIfKnown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected