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 Summary

    Modifier and Type
    Method
    Description
    boolean
     
    char
     
  • Method Details

    • hasNext

      boolean hasNext()
    • next

      char next()