public final class IntCharSet
extends java.lang.Object
Constructor and Description |
---|
IntCharSet() |
IntCharSet(char c) |
IntCharSet(Interval intervall) |
IntCharSet(java.util.Vector chars) |
Modifier and Type | Method and Description |
---|---|
void |
add(char c) |
IntCharSet |
add(IntCharSet set) |
void |
add(Interval intervall) |
IntCharSet |
and(IntCharSet set) |
boolean |
contains(char singleChar) |
boolean |
containsElements() |
IntCharSet |
copy()
Return a (deep) copy of this char set
|
boolean |
equals(java.lang.Object o)
o instanceof Interval
|
IntCharSet |
getCaseless()
Create a caseless version of this charset.
|
Interval |
getNext() |
int |
numIntervalls() |
void |
sub(IntCharSet set) |
java.lang.String |
toString()
Make a string representation of this char set.
|
public IntCharSet()
public IntCharSet(char c)
public IntCharSet(Interval intervall)
public IntCharSet(java.util.Vector chars)
public IntCharSet add(IntCharSet set)
public void add(Interval intervall)
public void add(char c)
public boolean contains(char singleChar)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public IntCharSet and(IntCharSet set)
public void sub(IntCharSet set)
public boolean containsElements()
public int numIntervalls()
public Interval getNext()
public IntCharSet getCaseless()
The caseless version contains all characters of this char set, and additionally all lower/upper/title case variants of the characters in this set.
public java.lang.String toString()
toString
in class java.lang.Object
public IntCharSet copy()