()
| 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."); |
no outgoing calls