Home
last modified time | relevance | path

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

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