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

Method remove

collections/IterableClass.java:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 @Override
19 public String next() { return words[index++]; }
20 @Override
21 public void remove() { // Not implemented
22 throw new UnsupportedOperationException();
23 }
24 };
25 }
26 public static void main(String[] args) {

Callers 14

mainMethod · 0.45
printQMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
basicTestMethod · 0.45
iterManipulationMethod · 0.45
testVisualMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected