Returns the capacity of this buffer. @return the number of elements that are contained in this buffer.
()
| 95 | * @return the number of elements that are contained in this buffer. |
| 96 | */ |
| 97 | public final int capacity() { |
| 98 | return capacity; |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Clears this buffer. |
no outgoing calls
no test coverage detected