| uk.org.ponder.stringutil.CharReceiver
CharReceiver | public interface CharReceiver (Code) | | |
Method Summary | |
public boolean | receiveChar(char c) Receives the character c, and returns true if the receiver
is filled and cannot accept further output for this round. |
receiveChar | public boolean receiveChar(char c)(Code) | | Receives the character c, and returns true if the receiver
is filled and cannot accept further output for this round. We always
insist on sufficiently non-fiendish receivers that can always accept
at least one character of output...
Parameters: c - |
|
|