getEndIndex method

int getEndIndex()

Gets the index of the end of the monotone chain in the underlying array of points.

@return the end index of the chain

Implementation

int getEndIndex() {
  return end;
}