Why does CharSequence not have String getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)

Paulo Levi i30817 at gmail.com
Fri Oct 17 19:58:41 UTC 2008


Why does CharSequence not have String getChars(int srcBegin, int
srcEnd, char[] dst, int dstBegin)
should be
Why does CharSequence not have CharSequence getChars(int srcBegin, int
srcEnd, char[] dst, int dstBegin)

With appropriate covariant returns down the inheritance tree.



More information about the core-libs-dev mailing list