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

Class Contents

innerclasses/Parcel3.java:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7public class Parcel3 {
8 class Contents {
9 private int i = 11;
10 public int value() { return i; }
11 }
12 class Destination {
13 private String label;
14 Destination(String whereTo) { label = whereTo; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected