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

Method remove

enums/PostOffice.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 return randomMail();
59 }
60 @Override
61 public void remove() { // Not implemented
62 throw new UnsupportedOperationException();
63 }
64 };
65 }
66 };

Callers 3

runMethod · 0.45
tRemoveMethod · 0.45
trackUseCasesMethod · 0.45

Calls

no outgoing calls

Tested by 1

tRemoveMethod · 0.36