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

Method get

data/java/05_generics.java:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 }
7
8 T get() {
9 return value;
10 }
11
12 public static void main(String[] args) {
13 Box<Integer> scoreBox = new Box<>();

Callers 2

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected