Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ isPresent
Method
isPresent
guava/src/com/google/common/base/Absent.java:38–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
private
Absent() {}
37
38
@Override
39
public
boolean isPresent() {
40
return
false;
41
}
42
43
@Override
44
public
T get() {
Callers
15
stream
Method · 0.45
isEmpty
Method · 0.45
size
Method · 0.45
read
Method · 0.45
sizeIfKnown
Method · 0.45
sizeIfKnown
Method · 0.45
length
Method · 0.45
isEmpty
Method · 0.45
lengthIfKnown
Method · 0.45
isEmpty
Method · 0.45
read
Method · 0.45
getIfPresent
Method · 0.45
Calls
no outgoing calls
Tested by
11
read
Method · 0.36
getIfPresent
Method · 0.36
testClassesHaveOverrides
Method · 0.36
testLengthIfKnown
Method · 0.36
testSizeIfKnown
Method · 0.36
testGetIfPresent
Method · 0.36
doTestClassUnloading
Method · 0.36
testAbsent
Method · 0.36
testIsPresent_no
Method · 0.36
testIsPresent_yes
Method · 0.36
validateNetwork
Method · 0.36