public interface State
Modifier and Type | Method and Description |
---|---|
void |
process(char read)
Processes a character and does something with it or does nothing.
|
Copyright © 1998–2017. All rights reserved.