@Deprecated public class RecognizerList extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getLevelCount()
Deprecated.
Gets the number of levels.
|
Recognizer |
getRecognizer(int level,
int i)
Deprecated.
Gets an element of the recognizer list at the specified level.
|
int[] |
indicesOf(String format)
Deprecated.
Gets the level and the index of the specified format.
|
void |
remove(String format)
Deprecated.
Removes the recognizer with the specified codename.
|
void |
removeAllExcept(long flags,
long mask)
Deprecated.
Removes all recognizers except those with the specified flags.
|
void |
removeAllExcept(String formats)
Deprecated.
Removes all recognizers except the specified.
|
int |
size()
Deprecated.
Gets the total number of elements.
|
int |
size(int level)
Deprecated.
Gets the size of list at the specified level.
|
String |
toString()
Deprecated.
Gets the string representation of the list.
|
public String toString()
public int size()
public int getLevelCount()
public int size(int level)
public Recognizer getRecognizer(int level, int i)
level - the leveli - the indexpublic int[] indicesOf(String format)
format - the codenamenull if not foundpublic void remove(String format)
format - the codenamepublic void removeAllExcept(String formats)
formats - the codename(s separated by spaces)public void removeAllExcept(long flags,
long mask)
flags - select formats of which the specified flags are setmask - only bits specified here are taken into account