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