Returns a Set indicating the Keys of this MapToList. @return a Set containing the keys in this MapToList
()
| 183 | * @return a Set containing the keys in this MapToList |
| 184 | */ |
| 185 | public Set<K> getKeySet(); |
| 186 | |
| 187 | /** |
| 188 | * Returns a specific element in the list for the given key. |
no outgoing calls