Item | % of partially implemented | % of fully implemented |
---|---|---|
java.nio.charset |
||
100 | ||
UNDERFLOW : CoderResult |
||
OVERFLOW : CoderResult |
||
toString() : String |
||
isUnderflow() : boolean |
||
isOverflow() : boolean |
||
isError() : boolean |
||
isMalformed() : boolean |
||
isUnmappable() : boolean |
||
length() : int |
||
malformedForLength(int) : CoderResult |
||
unmappableForLength(int) : CoderResult |
||
throwException() : void |