public interface SymbolReceiver
SymbolReceiver
interface provides a way to retrieve encoded
cipher-symbol pair from certain methods. It exists solely because Java does not
allow to return multiple values from the method, and wrapping cipher-symbol pair
into a new object each time would generate prohibitive amount of garbage.Modifier and Type | Method and Description |
---|---|
void |
receiveSymbol(int cipher,
String symbol)
Remembers specified cipher and symbol.
|
void receiveSymbol(int cipher, String symbol)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.