MapIterator.find Method
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.