Package | Description |
---|---|
org.apache.sis.util |
Simple data objects and miscellaneous utilities.
|
Modifier and Type | Field and Description |
---|---|
static Characters.Filter |
Characters.Filter.LETTERS_AND_DIGITS
The subset of all characters for which
Character.isLetterOrDigit(int)
returns true . |
static Characters.Filter |
Characters.Filter.UNICODE_IDENTIFIER
The subset of all characters for which
Character.isUnicodeIdentifierPart(int)
returns true , excluding ignorable characters. |
Modifier and Type | Method and Description |
---|---|
static Characters.Filter |
Characters.Filter.forTypes(byte... types)
Returns a subset representing the union of all Unicode characters of the given types.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CharSequences.equalsFiltered(CharSequence s1,
CharSequence s2,
Characters.Filter filter,
boolean ignoreCase)
Returns
true if the given texts are equal, optionally ignoring case and filtered-out characters. |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.