CharacterReplacementPair
Leave feedback
On this page
Inheritance: java.lang.Object
public class CharacterReplacementPair
Represents a character/replacement pair.
| Constructor | Description |
|---|---|
| CharacterReplacementPair(char character, char replacement) | Initializes a new instance of the CharacterReplacementPair class. |
| Method | Description |
|---|---|
| getCharacter() | Gets the character. |
| getReplacement() | Gets the replacement. |
public CharacterReplacementPair(char character, char replacement)
Initializes a new instance of the CharacterReplacementPair class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| character | char | The character to be replaced. |
| replacement | char | The replacement. |
public final char getCharacter()
Gets the character.
Returns: char - The character.
public final char getReplacement()
Gets the replacement.
Returns: char - The replacement.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.