Returns a duplicated buffer that shares its content with this buffer. The duplicated buffer's position, limit, capacity and mark are the same as this buffer. The duplicated buffer's read-only property and byte order are the same as this buffer's. The new buffer shares its content with this b
()
| 207 | * @return a duplicated buffer that shares its content with this buffer. |
| 208 | */ |
| 209 | public abstract IntBuffer duplicate(); |
| 210 | |
| 211 | /** |
| 212 | * Checks whether this int buffer is equal to another object. |
no outgoing calls
no test coverage detected