| Package | Description |
|---|---|
| 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 Util Lang API.
|
| net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicUtil.compare(CharIterator charIterator1,
CharIterator charIterator2)
This method compares the given
CharIterator instances char by char. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCharIterator
This is an abstract base implementation of the
CharIterator interface. |
class |
SequenceCharIterator
|
class |
SpaceNormalizingCharIterator
This is an implementation of the
CharIterator interface that adapts a CharIterator such that spaces
are normalized. |
| Modifier and Type | Field and Description |
|---|---|
private CharIterator |
SpaceNormalizingCharIterator.delegate
The underlying
CharIterator to delegate to. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicUtilImpl.compare(CharIterator charIterator1,
CharIterator charIterator2) |
| Constructor and Description |
|---|
SpaceNormalizingCharIterator(CharIterator delegate)
The constructor.
|
SpaceNormalizingCharIterator(CharIterator delegate,
CharFilter spaceFilter,
boolean trim)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
(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. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DomUtilImpl.isEqual(CharIterator charIterator1,
CharIterator charIterator2,
XmlCompareMode mode)
This method determines if the given
CharSequences are equal. |
Copyright © 2001–2016 mmm-Team. All rights reserved.