Overload List
| Name | Description | |
|---|---|---|
| CompareAndTake(Tuple) |
Looks for a tuple containing a specified value, and if it is found, takes the tuple value. If there is
no mismatch compareAndTake returns same java object given as oldTuple
| |
| CompareAndTake(Tuple, TakeOptions) |
Looks for a tuple containing a specified value, and if it is found, takes the tuple value. If there is
no mismatch compareAndTake returns same java object given as oldTuple
|