Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches for the specified key value.
Syntax
public boolean find(anytype value)
Run On
Called
Parameters
- value
Type: anytype
The value for which to search.
Return Value
Type: boolean
true if the value is found; otherwise, false.
Remarks
If true is returned, the method will position the iterator at the element. If not, the MapIterator.more methodwill return false.