public class CharacterReplacementPair extends Object
| Constructor and Description |
|---|
CharacterReplacementPair(char character,
char replacement)
Initializes a new instance of the
CharacterReplacementPair class. |
| Modifier and Type | Method and Description |
|---|---|
char |
getCharacter()
Gets the character.
|
char |
getReplacement()
Gets the replacement.
|
Copyright © 2026. All rights reserved.