Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DHeapIntBuffer.java33 class HeapIntBuffer extends IntBuffer { class
44 HeapIntBuffer(int cap, int lim) { // package-private in HeapIntBuffer() method in HeapIntBuffer
48 HeapIntBuffer(int cap, int lim, boolean isReadOnly) { // package-private in HeapIntBuffer() method in HeapIntBuffer
53 HeapIntBuffer(int[] buf, int off, int len) { // package-private in HeapIntBuffer() method in HeapIntBuffer
57 HeapIntBuffer(int[] buf, int off, int len, boolean isReadOnly) { // package-private in HeapIntBuffer() method in HeapIntBuffer
62 protected HeapIntBuffer(int[] buf, in HeapIntBuffer() method in HeapIntBuffer
68 protected HeapIntBuffer(int[] buf, in HeapIntBuffer() method in HeapIntBuffer
76 return new HeapIntBuffer(hb, in slice()
86 return new HeapIntBuffer(hb, in duplicate()
97 return new HeapIntBuffer(hb, in asReadOnlyBuffer()
[all …]
DIntBuffer.java128 return new HeapIntBuffer(capacity, capacity); in allocate()
158 return new HeapIntBuffer(array, offset, length); in wrap()
/libcore/
Dopenjdk_java_files.mk388 ojluni/src/main/java/java/nio/HeapIntBuffer.java \