Removes every mapping from this map.
()
| 25 | |
| 26 | /** Removes every mapping from this map. */ |
| 27 | void clear(); |
| 28 | |
| 29 | /** Returns a Set view of the keys contained in this map. Not required for Lab 7. |
| 30 | * If you don't implement this, throw an UnsupportedOperationException. */ |
no outgoing calls