public final class CharSet extends Object
Constructor and Description |
---|
CharSet() |
CharSet(int initialSize,
int character) |
Modifier and Type | Method and Description |
---|---|
void |
add(int character) |
CharSetEnumerator |
characters() |
boolean |
containsElements() |
boolean |
isElement(int character) |
int |
size() |
String |
toString() |
public void add(int character)
public boolean isElement(int character)
public CharSetEnumerator characters()
public boolean containsElements()
public int size()
Copyright © 1998–2016. All rights reserved.