Point the iterator to a particular keyed entry. Point to the end of the list if the key is not found.This method is not in the Iterator interface. @param key the key to search for
(KEY key)
| 99 | * @param key the key to search for |
| 100 | */ |
| 101 | void setKey(KEY key); |
| 102 | } |
no outgoing calls