Package org.eclipse.rdf4j.rio.helpers
Class CodePointIterator
java.lang.Object
org.eclipse.rdf4j.rio.helpers.CodePointIterator
Helper class for quickly iterating over a String and receiving each character code point (taking care to handle
surrogate pairs correctly).
- See Also:
-
Field Details
-
source
-
index
private int index
-
-
Constructor Details
-
CodePointIterator
-
-
Method Details