|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.common.UnicodeTokenizer
public class UnicodeTokenizer
Allows tokenization of an array of integer primitives. Functionality emulates the StringTokenizer object.
| Constructor Summary | |
|---|---|
UnicodeTokenizer(int[] aInput,
int[] aDelimiters,
boolean aReturnDelims)
Construct a unicode tokenizer for the specified unicode. |
|
| Method Summary | |
|---|---|
java.util.Iterator<int[]> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnicodeTokenizer(int[] aInput,
int[] aDelimiters,
boolean aReturnDelims)
aInput - a unicode to be parsedaDelimiters - delimitersaReturnDelims - flag to indicate if to return delimiter as token| Method Detail |
|---|
public java.util.Iterator<int[]> iterator()
iterator in interface java.lang.Iterable<int[]>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||