removeLast method

TreeMapNode removeLast()
inherited

Implementation

T removeLast() {
  return removeAt(_childrenList.length - 1);
}