MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / MyContents

Class MyContents

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

Source from the content-addressed store, hash-verified

6
7public class Parcel7b {
8 class MyContents implements Contents {
9 private int i = 11;
10 @Override public int value() { return i; }
11 }
12 public Contents contents() {
13 return new MyContents();
14 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected