removeFirst method

TreeLayoutNode removeFirst()
inherited

Implementation

T removeFirst() {
  return removeAt(0);
}