[ http://issues.apache.org/jira/browse/HARMONY-896?page=all ]
George Harley reassigned HARMONY-896:
-------------------------------------
Assignee: George Harley
> Some new nextXXXX methods of java.util.Scanner
> ----------------------------------------------
>
> Key: HARMONY-896
> URL: http://issues.apache.org/jira/browse/HARMONY-896
> Project: Harmony
> Issue Type: Improvement
> Components: Classlib
> Reporter: Richard Liang
> Assigned To: George Harley
> Attachments: luni.src.diff
>
>
> Hello,
> Here is the implementation of new methods:
> nextShort(),
> nextShort(int radix),
> hasNextShort(),
> hasNextShort(int radix),
> nextLong(),
> nextLong(int radix),
> hasNextLong(),
> hasNextLong(int radix),
> I will attach the patch soon :-)
> Best regards,
> Richard.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|