containsRoot abstract method

bool containsRoot(
  1. E node
)

Returns whether the collection contains a root node.

Implementation

bool containsRoot(E node);