Package com.google.debugging.sourcemap
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
-
Method Details
-
hasNext
boolean hasNext() -
next
char next()
-