MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / Destination

Class Destination

innerclasses/Parcel3.java:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 public int value() { return i; }
11 }
12 class Destination {
13 private String label;
14 Destination(String whereTo) { label = whereTo; }
15 String readLabel() { return label; }
16 }
17 public static void main(String[] args) {
18 Parcel3 p = new Parcel3();
19 // Must use instance of outer class

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected