A list of labels with all the standard methods of a Java list and some label-specific improvements.
Methods
Name |
Type |
Description |
$labels.contains(o) |
boolean |
True if the list contains the given label, otherwise false. The argument may be either a string or a label placeholder.
Parameter |
Type |
Description |
o |
Object |
|
|