Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ remove
Method
remove
enums/PostOffice.java:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
return
randomMail();
59
}
60
@Override
61
public
void
remove() {
// Not implemented
62
throw
new
UnsupportedOperationException();
63
}
64
};
65
}
66
};
Callers
3
run
Method · 0.45
tRemove
Method · 0.45
trackUseCases
Method · 0.45
Calls
no outgoing calls
Tested by
1
tRemove
Method · 0.36