|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharIterator | |
|---|---|
| net.sf.sfac.string | |
| Uses of CharIterator in net.sf.sfac.string |
|---|
| Classes in net.sf.sfac.string that implement CharIterator | |
|---|---|
class |
AbstractCharIterator
Abstract implementation of a CharIterator where the chars are found in a set of Strings. |
class |
ReaderCharIterator
Char iterator fetching chars from a simple string. |
class |
StringCharIterator
Char iterator fetching chars from a simple string. |
| Methods in net.sf.sfac.string with parameters of type CharIterator | |
|---|---|
static boolean |
StringUtils.areEquals(CharIterator it1,
CharIterator it2,
boolean normalized)
Check if the content of the two iterators is the same. |
static boolean |
StringUtils.matchKeywords(String keywords,
boolean matchAll,
CharIterator src)
Check if all/any of the given keywords are contained in the iterator. |
static boolean |
StringUtils.matchNormalizedKeywords(String[] keywords,
boolean matchAll,
CharIterator src)
Check if all/any of the given keywords are contained in the iterator. |
static boolean |
StringUtils.matchPattern(String pattern,
CharIterator src)
Check if the given pattern is contained in the iterator. |
static boolean |
StringUtils.matchString(String pattern,
CharIterator src,
boolean ignoreCase)
Check if the string is contained in the iterator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||