|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--guk.editIM.UnicodeRanges
Field Summary | |
(package private) boolean |
debug
enable startup message here |
(package private) static java.util.List |
ranges
Here we keep our knowledge of existing ranges (once for all instances) |
Constructor Summary | |
UnicodeRanges()
The constructor collects our list (only done once even when there are several instances of this object). |
Method Summary | |
private void |
collectRanges()
Init a list of unicode ranges |
java.util.Iterator |
getIter()
This is the only public method. |
Methods inherited from class java.lang.Object |
|
Field Detail |
static java.util.List ranges
final boolean debug
Constructor Detail |
public UnicodeRanges()
Method Detail |
public java.util.Iterator getIter()
private void collectRanges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |