UCharacterDirection
public
final
class
UCharacterDirection
extends Object
implements
UCharacterEnums.ECharacterDirection
| java.lang.Object | |
| ↳ | android.icu.lang.UCharacterDirection |
Enumerated Unicode character linguistic direction constants. Used as return results from UCharacter
This class is not subclassable
Summary
Public methods | |
|---|---|
static
String
|
toString(int dir)
Gets the name of the argument direction |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
java.lang.Object
| |||||||||||||||||||||||
Public methods
toString
public static String toString (int dir)
Gets the name of the argument direction
| Parameters | |
|---|---|
dir |
int: direction type to retrieve name |
| Returns | |
|---|---|
String |
directional name |