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