Searched defs:IntBuffer (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | IntBuffer.annotated.java | 34 public abstract class IntBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.In… class 36 IntBuffer(int mark, int pos, int lim, int cap) { throw new RuntimeException("Stub!"); } in IntBuffer() method in IntBuffer
|
/libcore/ojluni/src/main/java/java/nio/ |
D | IntBuffer.java | 272 public abstract class IntBuffer class 294 IntBuffer(int mark, int pos, int lim, int cap, // package-private in IntBuffer() method in IntBuffer 305 IntBuffer(int mark, int pos, int lim, int cap) { // package-private in IntBuffer() method in IntBuffer
|