Interface Base64VLQ.CharIterator

  • Enclosing class:
    Base64VLQ

    public static interface Base64VLQ.CharIterator
    A simple interface for advancing through a sequence of characters, that communicates that advance back to the source.
    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        char next()