public class UnreadableCharacterSet extends Object
| Constructor and Description |
|---|
UnreadableCharacterSet()
Initializes a new instance of the
UnreadableCharacterSet class. |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char character)
Adds the specified character to the
UnreadableCharacterSet. |
boolean |
contains(char character)
Determines whether the
UnreadableCharacterSet contains the specified character. |
boolean[] |
getArray() |
void |
remove(char character)
Removes the character from the
UnreadableCharacterSet. |
char[] |
toArray()
Copies the characters of the
UnreadableCharacterSet to a new array. |
public UnreadableCharacterSet()
Initializes a new instance of the UnreadableCharacterSet class.
public final void add(char character)
Adds the specified character to the UnreadableCharacterSet.
character - The character to add.public final boolean contains(char character)
Determines whether the UnreadableCharacterSet contains the specified character.
character - The character to locate in the UnreadableCharacterSet.true if the UnreadableCharacterSet contains the specified character;
otherwise, false.public final boolean[] getArray()
public final void remove(char character)
Removes the character from the UnreadableCharacterSet.
character - The character to remove.public final char[] toArray()
Copies the characters of the UnreadableCharacterSet to a new array.
UnreadableCharacterSet.Copyright © 2026. All rights reserved.