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

Method capacity

lib/java/nio/Buffer.java:97–99  ·  view source on GitHub ↗

Returns the capacity of this buffer. @return the number of elements that are contained in this buffer.

()

Source from the content-addressed store, hash-verified

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.

Callers 15

toStringMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
toStringMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected