Home
last modified time | relevance | path

Searched defs:HeapShortBuffer (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DHeapShortBuffer.java46 final class HeapShortBuffer class
67 HeapShortBuffer(int cap, int lim) { // package-private in HeapShortBuffer() method in HeapShortBuffer
86 private HeapShortBuffer(int cap, int lim, boolean isReadOnly) { in HeapShortBuffer() method in HeapShortBuffer
93 HeapShortBuffer(short[] buf, int off, int len) { // package-private in HeapShortBuffer() method in HeapShortBuffer
112 private HeapShortBuffer(short[] buf, int off, int len, boolean isReadOnly) { in HeapShortBuffer() method in HeapShortBuffer
121 private HeapShortBuffer(short[] buf, in HeapShortBuffer() method in HeapShortBuffer