Item % of partially implemented % of fully implemented
java.nio
80
allocate(int) : ShortBuffer
wrap(short[], int, int) : ShortBuffer
wrap(short[]) : ShortBuffer
slice() : ShortBuffer
slice(int, int) : ShortBuffer
duplicate() : ShortBuffer
asReadOnlyBuffer() : ShortBuffer
get() : short
put(short) : ShortBuffer
get(int) : short
put(int, short) : ShortBuffer
get(short[], int, int) : ShortBuffer
get(short[]) : ShortBuffer
get(int, short[], int, int) : ShortBuffer
get(int, short[]) : ShortBuffer
put(int, ShortBuffer, int, int) : ShortBuffer
put(short[], int, int) : ShortBuffer
put(short[]) : ShortBuffer
put(int, short[], int, int) : ShortBuffer
put(int, short[]) : ShortBuffer
hasArray() : boolean
array() : short[]
arrayOffset() : int
position(int) : ShortBuffer
limit(int) : ShortBuffer
mark() : ShortBuffer
reset() : ShortBuffer
clear() : ShortBuffer
flip() : ShortBuffer
rewind() : ShortBuffer
compact() : ShortBuffer
isDirect() : boolean
toString() : String
hashCode() : int
equals(Object) : boolean
compareTo(ShortBuffer) : int
mismatch(ShortBuffer) : int
order() : ByteOrder
duplicate() : Buffer
slice(int, int) : Buffer
slice() : Buffer
array() : Object
rewind() : Buffer
flip() : Buffer
clear() : Buffer
reset() : Buffer
mark() : Buffer
limit(int) : Buffer
position(int) : Buffer
compareTo(Object) : int