Hi Roger,

On Apr 15, 2015, at 9:50 AM, Roger Riggs <roger.ri...@oracle.com> wrote:

> Looks fine as is.

Thanks for reviewing it.

> But I'm curious why CODE_POINT_U000 is defined as  String instead of char?
> The indexOf() operation is more efficient for single characters.

Probably because I had initially used contains(CharSequence) instead of 
indexOf(String) and when I changed the former to the latter I did not change 
the constant. I will modify this per your suggestion.

Thanks,

Brian

Reply via email to