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

Class PContents

innerclasses/TestParcel.java:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6class Parcel4 {
7 private class PContents implements Contents {
8 private int i = 11;
9 @Override public int value() { return i; }
10 }
11 protected final class
12 PDestination implements Destination {
13 private String label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected