Constants
|
const short ANY_WORD
= = 0; |
- Description
- any "words" - words in the meaning of same character types,
collection of alphanumeric characters, or collection of non-alphanumeric characters.
|
const short ANYWORD_IGNOREWHITESPACES
= = 1; |
- Description
- any "words" - words in the meaning of same character types,
collection of alphanumeric characters, or collection of
non-alphanumeric characters except blanks.
|
const short DICTIONARY_WORD
= = 2; |
- Description
- "words" - in the meaning of a collection of alphanumeric characters.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.