protected static class CharSet.CharRange extends Object implements Serializable
protected char
low
up
CharRange(char l, char u)
CharRange(int l, int u)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected char low
protected char up
public CharRange(int l, int u)
public CharRange(char l, char u)
see also the complete user documentation .