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 © 2016. All rights reserved.