|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.util.serializer.encodings.CharacterSet
public abstract class CharacterSet
| Constructor Summary | |
|---|---|
CharacterSet()
|
|
| Method Summary | |
|---|---|
static CharacterSet |
getCharacterSet(String encoding)
|
abstract boolean |
inCharacterSet(char ch)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CharacterSet()
| Method Detail |
|---|
public abstract boolean inCharacterSet(char ch)
public static CharacterSet getCharacterSet(String encoding)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||