| Package | Description |
|---|---|
| org.foxlabs.util |
| Modifier and Type | Field and Description |
|---|---|
static UnicodeSet |
UnicodeSet.ALNUM
Character set that contains alphanumeric characters.
|
static UnicodeSet |
UnicodeSet.ALPHA
Character set that contains ASCII letters.
|
static UnicodeSet |
UnicodeSet.ASCII
Character set that contains all ASCII characters.
|
static UnicodeSet |
UnicodeSet.DIGIT
Character set that contains ASCII digits.
|
static UnicodeSet |
UnicodeSet.EMPTY
Empty character set.
|
static UnicodeSet |
UnicodeSet.PRINT
Character set that contains printable ASCII characters.
|
static UnicodeSet |
UnicodeSet.SPACE
Character set that contains ASCII whitespace characters.
|
static UnicodeSet |
UnicodeSet.WHOLE
Character set that contains all unicode characters.
|
| Modifier and Type | Method and Description |
|---|---|
static UnicodeSet |
UnicodeSet.fromElements(char... elements)
Creates a new character set from the specified array of characters.
|
static UnicodeSet |
UnicodeSet.fromElements(int[] elements)
Creates a new character set from the specified array of characters.
|
static UnicodeSet |
UnicodeSet.fromElements(String elements)
Creates a new character set from the specified string of characters.
|
static UnicodeSet |
UnicodeSet.fromIntervals(char... intervals)
Creates a new character set from the specified array of intervals.
|
static UnicodeSet |
UnicodeSet.fromIntervals(int[] intervals)
Creates a new character set from the specified array of intervals.
|
UnicodeSet |
UnicodeSet.inverse()
Returns inverse character set for this character set.
|
UnicodeSet |
UnicodeSet.union(UnicodeSet uset)
Merges this character set with the specified one and returns a new
character set.
|
static UnicodeSet |
UnicodeSet.unionAll(UnicodeSet... usets)
Merges the specified character sets and returns a new character set.
|
| Modifier and Type | Method and Description |
|---|---|
UnicodeSet |
UnicodeSet.union(UnicodeSet uset)
Merges this character set with the specified one and returns a new
character set.
|
static UnicodeSet |
UnicodeSet.unionAll(UnicodeSet... usets)
Merges the specified character sets and returns a new character set.
|
Copyright © 2010-2012 FoxLabs. All Rights Reserved.