contains

Declaration

Boolean contains(
    in Node arg
);
boolean contains(
    Node? other
);