Class CelCodePointArray

    • Method Detail

      • get

        public abstract int get​(int index)
        Get the code point at the given index.
      • size

        public abstract int size()
        Returns the number of code points.
      • lineOffsets

        public abstract com.google.common.collect.ImmutableList<java.lang.Integer> lineOffsets()
        Returns the line offsets.
      • length

        public final int length()
      • isEmpty

        public boolean isEmpty()
        Returns true if empty, false otherwise.
      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object