@Deprecated public class IdentifierInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<BitSet> |
BITSET_COMPARATOR
Deprecated.
This API is ICU internal only.
|
| Constructor and Description |
|---|
IdentifierInfo()
Deprecated.
This API is ICU internal only.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(BitSet container,
BitSet containee)
Deprecated.
This API is ICU internal only.
|
static String |
displayAlternates(Set<BitSet> alternates)
Deprecated.
This API is ICU internal only.
|
static String |
displayScripts(BitSet scripts)
Deprecated.
This API is ICU internal only.
|
Set<BitSet> |
getAlternates()
Deprecated.
This API is ICU internal only.
|
BitSet |
getCommonAmongAlternates()
Deprecated.
This API is ICU internal only.
|
String |
getIdentifier()
Deprecated.
This API is ICU internal only.
|
UnicodeSet |
getIdentifierProfile()
Deprecated.
This API is ICU internal only.
|
UnicodeSet |
getNumerics()
Deprecated.
This API is ICU internal only.
|
SpoofChecker.RestrictionLevel |
getRestrictionLevel()
Deprecated.
This API is ICU internal only.
|
int |
getScriptCount()
Deprecated.
This API is ICU internal only.
|
BitSet |
getScripts()
Deprecated.
This API is ICU internal only.
|
static Set<BitSet> |
parseAlternates(String scriptsSetString)
Deprecated.
This API is ICU internal only.
|
static BitSet |
parseScripts(String scriptsString)
Deprecated.
This API is ICU internal only.
|
static BitSet |
set(BitSet bitset,
int... values)
Deprecated.
This API is ICU internal only.
|
IdentifierInfo |
setIdentifier(String identifier)
Deprecated.
This API is ICU internal only.
|
IdentifierInfo |
setIdentifierProfile(UnicodeSet identifierProfile)
Deprecated.
This API is ICU internal only.
|
String |
toString()
Deprecated.
This API is ICU internal only.
|
@Deprecated public static final Comparator<BitSet> BITSET_COMPARATOR
@Deprecated public IdentifierInfo()
setIdentifier(String), etc.
setIdentifierProfile(UnicodeSet)@Deprecated public IdentifierInfo setIdentifierProfile(UnicodeSet identifierProfile)
identifierProfile - the characters that are to be allowed in the identifier@Deprecated public UnicodeSet getIdentifierProfile()
@Deprecated public IdentifierInfo setIdentifier(String identifier)
identifier - the identifier to analyze@Deprecated public String getIdentifier()
@Deprecated public BitSet getScripts()
@Deprecated public Set<BitSet> getAlternates()
@Deprecated public UnicodeSet getNumerics()
@Deprecated public BitSet getCommonAmongAlternates()
@Deprecated public SpoofChecker.RestrictionLevel getRestrictionLevel()
@Deprecated public int getScriptCount()
@Deprecated public String toString()
@Deprecated public static String displayAlternates(Set<BitSet> alternates)
alternates - a set of BitSets of script values.@Deprecated public static String displayScripts(BitSet scripts)
scripts - a BitSet of UScript values@Deprecated public static BitSet parseScripts(String scriptsString)
scriptsString - the string to be parsed@Deprecated public static Set<BitSet> parseAlternates(String scriptsSetString)
scriptsSetString - a list of alternates, separated by ;@Deprecated public static final boolean contains(BitSet container, BitSet containee)
container - possible container to be testedcontainee - possible containee to be tested@Deprecated public static final BitSet set(BitSet bitset, int... values)
bitset - bitset to be affectedvalues - values to be set in the bitsetCopyright (c) 2015 IBM Corporation and others.