mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
Adds more javadoc.
This commit is contained in:
parent
34652a8706
commit
68f92eb395
6
XML.java
6
XML.java
@ -64,7 +64,11 @@ public class XML {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an iterator for navigating Code Points in a string instead of
|
* Creates an iterator for navigating Code Points in a string instead of
|
||||||
* characters.
|
* characters. Once Java7 support is dropped, this can be replaced with
|
||||||
|
* <code>
|
||||||
|
* string.codePoints()
|
||||||
|
* </code>
|
||||||
|
* which is available in Java8 and above.
|
||||||
*
|
*
|
||||||
* @see <a href=
|
* @see <a href=
|
||||||
* "http://stackoverflow.com/a/21791059/6030888">http://stackoverflow.com/a/21791059/6030888</a>
|
* "http://stackoverflow.com/a/21791059/6030888">http://stackoverflow.com/a/21791059/6030888</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user