Searched defs:IntBuffer (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DIntBuffer.java93 public abstract class IntBuffer class in inherits:Buffer,Comparable
95 implements Comparable<IntBuffer>
109 IntBuffer(int mark, int pos, int lim, int cap, // package-private method in class:IntBuffer
119 IntBuffer(int mark, int pos, int lim, int cap) { // package-private method in class:IntBuffer
140 public static IntBuffer allocate(int capacity) {
177 public static IntBuffer wrap(int[] array,
203 public static IntBuffer wrap(int[] array) {
225 public abstract IntBuffer slice();
242 public abstract IntBuffer duplicate();
262 public abstract IntBuffer asReadOnlyBuffe
[all...]

Completed in 41 milliseconds