MCPcopy Create free account
hub / github.com/davidgiven/luje / duplicate

Method duplicate

lib/java/nio/IntBuffer.java:209–209  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 2

subSequenceMethod · 0.45
canEncodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected