getLast method

T getLast()

Convenience method for getting the last element of the buffer

Implementation

T getLast() {
  return buffer.last;
}