Returns the limit of this buffer. @return the limit of this buffer.
()
| 157 | * @return the limit of this buffer. |
| 158 | */ |
| 159 | public final int limit() { |
| 160 | return limit; |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Sets the limit of this buffer. |
no outgoing calls
no test coverage detected