public final class WordDelimiterIterator extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALPHA |
static int |
ALPHANUM |
static byte[] |
DEFAULT_WORD_DELIM_TABLE |
static int |
DONE
Indicates the end of iteration
|
Modifier and Type | Method and Description |
---|---|
static byte |
getType(int ch)
Computes the type of the given character
|
public static final int ALPHA
public static final int ALPHANUM
public static final int DONE
public static final byte[] DEFAULT_WORD_DELIM_TABLE
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.