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