//: innerclasses/Contents.java // ©2015 MindView LLC: see Copyright.txt public interface Contents { int value(); } ///:~