|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJFlex.IntCharSet
public final class IntCharSet
CharSet implemented with intervalls [fixme: optimizations possible]
Constructor Summary | |
---|---|
IntCharSet()
|
|
IntCharSet(char c)
|
|
IntCharSet(Interval intervall)
|
|
IntCharSet(java.util.Vector chars)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntCharSet()
public IntCharSet(char c)
public IntCharSet(Interval intervall)
public IntCharSet(java.util.Vector chars)
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |