Item | % of partially implemented | % of fully implemented |
---|---|---|
java.nio |
||
80 | ||
allocate(int) : IntBuffer |
||
wrap(int[], int, int) : IntBuffer |
||
wrap(int[]) : IntBuffer |
||
slice() : IntBuffer |
||
slice(int, int) : IntBuffer |
||
duplicate() : IntBuffer |
||
asReadOnlyBuffer() : IntBuffer |
||
get() : int |
||
put(int) : IntBuffer |
||
get(int) : int |
||
put(int, int) : IntBuffer |
||
get(int[], int, int) : IntBuffer |
||
get(int[]) : IntBuffer |
||
get(int, int[], int, int) : IntBuffer |
||
get(int, int[]) : IntBuffer |
||
put(int[], int, int) : IntBuffer |
||
put(int[]) : IntBuffer |
||
put(int, int[], int, int) : IntBuffer |
||
put(int, int[]) : IntBuffer |
||
hasArray() : boolean |
||
array() : int[] |
||
arrayOffset() : int |
||
position(int) : IntBuffer |
||
limit(int) : IntBuffer |
||
mark() : IntBuffer |
||
reset() : IntBuffer |
||
clear() : IntBuffer |
||
flip() : IntBuffer |
||
rewind() : IntBuffer |
||
compact() : IntBuffer |
||
isDirect() : boolean |
||
toString() : String |
||
hashCode() : int |
||
equals(Object) : boolean |
||
compareTo(IntBuffer) : int |
||
mismatch(IntBuffer) : 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 |