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