MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / set

Method set

data/java/05_generics.java:4–6  ·  view source on GitHub ↗
(T value)

Source from the content-addressed store, hash-verified

2 private T value;
3
4 void set(T value) {
5 this.value = value;
6 }
7
8 T get() {
9 return value;

Callers 15

mainMethod · 0.95
_Function · 0.80
qFunction · 0.80
getFunction · 0.80
PFunction · 0.80
constructorMethod · 0.80
_getCacheExpirationMethod · 0.80
$Function · 0.80
constructorMethod · 0.80
ePFunction · 0.80
eFFunction · 0.80
addToPrecacheListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected