a00df7730f71bd303cf620d875cdd7eabc1325c8
[jalviewjs.git] / site / j2s / java / text / CharacterIterator.js
1 Clazz.declarePackage ("java.text");
2 c$ = Clazz.declareInterface (java.text, "CharacterIterator", Cloneable);
3 Clazz.defineStatics (c$,
4 "DONE", '\uFFFF');