Instance.PropertyArray.removeLong()
Signature
boolean removeLong (PropertyArrayLong arr, long value)
Description
This method removes the first occurrence of PropertyAtomLong for which the current value
equals to value
from a PropertyArrayLong. It returns true and shifts all the
subsequent array elements PropertyAtomLong to the left (substracts one to their indices)
if the PropertyAtomLong is found, false otherwise.
Parameters
Name | Type | Description |
arr | PropertyArrayLong | A PropertyArrayLong for the action to be performed on. |
value | long | Current value of the PropertyAtomLong for removal. |
Returns
Type | Description |
boolean | if a PropertyAtomLong is removed. |