MCPcopy Index your code
hub / github.com/exercism/java / isEmpty

Method isEmpty

exercises/practice/custom-set/src/main/java/CustomSet.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 boolean isEmpty() {
13 throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
14 }
15
16 boolean contains(T element) {
17 throw new UnsupportedOperationException("Delete this statement and write your own implementation.");

Calls

no outgoing calls