|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharIterator | |
|---|---|
| net.sf.mmm.util.lang.api | Provides the API for utilities of general purpose. |
| net.sf.mmm.util.lang.base | Contains the basic implementation of the
Lang-Util API. |
| net.sf.mmm.util.xml.base | Contains the base-implementation of the XML-Util API. |
| Uses of CharIterator in net.sf.mmm.util.lang.api |
|---|
| Methods in net.sf.mmm.util.lang.api with parameters of type CharIterator | |
|---|---|
boolean |
BasicUtil.compare(CharIterator charIterator1,
CharIterator charIterator2)
This method compares the given CharIterator instances char by char. |
| Uses of CharIterator in net.sf.mmm.util.lang.base |
|---|
| Classes in net.sf.mmm.util.lang.base that implement CharIterator | |
|---|---|
class |
AbstractCharIterator
This is an abstract base implementation of the CharIterator
interface. |
class |
SequenceCharIterator
This is an implementation of the CharIterator interface that simply
iterates a given
CharSequence. |
class |
SpaceNormalizingCharIterator
This is an implementation of the CharIterator interface that adapts a
CharIterator such that spaces are normalized. |
| Fields in net.sf.mmm.util.lang.base declared as CharIterator | |
|---|---|
private CharIterator |
SpaceNormalizingCharIterator.delegate
The underlying CharIterator to delegate to. |
| Methods in net.sf.mmm.util.lang.base with parameters of type CharIterator | |
|---|---|
boolean |
BasicUtilImpl.compare(CharIterator charIterator1,
CharIterator charIterator2)
This method compares the given CharIterator instances char by char. |
| Constructors in net.sf.mmm.util.lang.base with parameters of type CharIterator | |
|---|---|
SpaceNormalizingCharIterator(CharIterator delegate)
The constructor. |
|
SpaceNormalizingCharIterator(CharIterator delegate,
CharFilter spaceFilter,
boolean trim)
The constructor. |
|
| Uses of CharIterator in net.sf.mmm.util.xml.base |
|---|
| Classes in net.sf.mmm.util.xml.base that implement CharIterator | |
|---|---|
(package private) class |
NodeValueCharIterator
This is an implementation of CharIterator that iterates the
characters of the value(s) of a
single node or a
node-list. |
| Methods in net.sf.mmm.util.xml.base with parameters of type CharIterator | |
|---|---|
protected boolean |
DomUtilImpl.isEqual(CharIterator charIterator1,
CharIterator charIterator2,
XmlCompareMode mode)
This method determines if the given CharSequences are equal. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||