public abstract class AbstractCharTable extends Object implements CharTable
Constructor and Description |
---|
AbstractCharTable() |
Modifier and Type | Method and Description |
---|---|
int |
toEncoding(char unicode)
Converts a unicode into a character code.
|
String |
toName(char c)
Converts unicode character to name.
|
String |
toName(Integer enc)
Converts character code Integer object into a name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEncoding, getName, toEncoding, toName, toName, toUnicode
public int toEncoding(char unicode)
CharTable
toEncoding
in interface CharTable
unicode
- unicode characterpublic String toName(char c)
CharTable
Copyright © 2014. All rights reserved.