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

Class ParcelContents

innerclasses/Parcel11.java:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7public class Parcel11 {
8 private static class
9 ParcelContents implements Contents {
10 private int i = 11;
11 @Override public int value() { return i; }
12 }
13 protected static final class ParcelDestination
14 implements Destination {
15 private String label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected