public class Tokenizer extends Object implements Enumeration<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
Tokenizer.TokenizerType |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_TOKEN_DELIMS |
static String |
QUERY_TOKEN_DELIMS |
| Constructor and Description |
|---|
Tokenizer(String str,
Tokenizer.TokenizerType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
String |
nextElement() |
public static final String FIELD_TOKEN_DELIMS
public static final String QUERY_TOKEN_DELIMS
public Tokenizer(String str, Tokenizer.TokenizerType type)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<String>public String nextElement()
nextElement in interface Enumeration<String>Copyright © 2008-2015 Index Data. All Rights Reserved.