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

/libcore/ojluni/src/main/java/java/nio/
H A DShortBuffer.java92 public abstract class ShortBuffer class in inherits:Buffer,Comparable
94 implements Comparable<ShortBuffer>
108 ShortBuffer(int mark, int pos, int lim, int cap, // package-private method in class:ShortBuffer
118 ShortBuffer(int mark, int pos, int lim, int cap) { // package-private method in class:ShortBuffer
139 public static ShortBuffer allocate(int capacity) {
176 public static ShortBuffer wrap(short[] array,
202 public static ShortBuffer wrap(short[] array) {
224 public abstract ShortBuffer slice();
241 public abstract ShortBuffer duplicate();
261 public abstract ShortBuffer asReadOnlyBuffe
[all...]

Completed in 30 milliseconds