Relates :
|
It would be desirable to retrofit CharBuffer to take advantage of covariant returns. Specifically, CharBuffer implements CharSequence and the subSequence method can be safely changed to return the more specific type, see Martin's proposal at: http://mail.openjdk.java.net/pipermail/core-libs-dev/2008-July/000596.html
|