Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ value
Method
value
innerclasses/Parcel8.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
// Base constructor call:
10
return
new
Wrapping(x) {
// [1]
11
@Override
public
int
value() {
12
return
super.value() * 47;
13
}
14
};
// [2]
15
}
16
public
static
void
main(String[] args) {
Callers
nothing calls this directly
Calls
1
value
Method · 0.65
Tested by
no test coverage detected