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

Interface Destination

innerclasses/Destination.java:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3// We make no guarantees that this code is fit for any purpose.
4// Visit http://OnJava8.com for more book information.
5public interface Destination {
6 String readLabel();
7}

Callers

nothing calls this directly

Implementers 6

ParcelDestinationinnerclasses/Parcel11.java
PDestinationinnerclasses/Parcel5.java
PDestinationinnerclasses/TestParcel.java
Destinationinnerclasses/Parcel3.java
Parcel10innerclasses/Parcel10.java
Parcel9innerclasses/Parcel9.java

Calls

no outgoing calls

Tested by

no test coverage detected