Adds all of the Lists in the given MapToList to this MapToList. @param mtl The MapToList from which all of the Lists should be imported @throws NullPointerException if the given MapToList is null
(MapToList<K, V> mtl)
| 77 | * if the given MapToList is null |
| 78 | */ |
| 79 | public void addAllLists(MapToList<K, V> mtl); |
| 80 | |
| 81 | /** |
| 82 | * Returns true if this MapToList contains a List for the given key. This |
no outgoing calls