Home
last modified time | relevance | path

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

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