Class CodePointSequence

java.lang.Object
org.eclipse.rdf4j.rio.helpers.CodePointSequence
All Implemented Interfaces:
Iterable<Integer>

public class CodePointSequence extends Object implements Iterable<Integer>
Helper class for working with Strings as sequences of Unicode code points.
Author:
Jeen Broekstra
See Also:
  • Constructor Details

    • CodePointSequence

      public CodePointSequence(String charSequence)
  • Method Details