public static class SpoofChecker.CheckResult extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
checks
Indicate which of the spoof check(s) has failed.
|
UnicodeSet |
numerics
Deprecated.
This API is ICU internal only.
|
int |
position
Deprecated.
ICU 51. No longer supported. Always set to zero.
|
SpoofChecker.RestrictionLevel |
restrictionLevel
Deprecated.
This API is ICU internal only.
|
| Constructor and Description |
|---|
CheckResult()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public int checks
@Deprecated public int position
@Deprecated public UnicodeSet numerics
@Deprecated public SpoofChecker.RestrictionLevel restrictionLevel
public String toString()
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.