removeFirst method

BinaryNode removeFirst()
inherited

Implementation

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