Package net.sf.mmm.util.lang.base

Contains the basic implementation of the Lang-Util API.

See:
          Description

Class Summary
AbstractCharIterator This is an abstract base implementation of the CharIterator interface.
AbstractCharSequence This is an abstract implementation of the CharSequence to make life easier.
BasicUtilImpl This is the implementation of the BasicUtil interface.
CharSubSequence This is an implementation of the CharSequence Interface that can be used to implement the method CharSequence.subSequence(int, int).
CoreCharSequence This is an abstract base implementation of the CharSequence interface.
SequenceCharIterator This is an implementation of the CharIterator interface that simply iterates a given CharSequence.
SpaceNormalizingCharIterator This is an implementation of the CharIterator interface that adapts a CharIterator such that spaces are normalized.
StringUtilImpl This is the implementation of the StringUtil interface.
SystemInformationImpl This is the implementation of the SystemInformation interface.
SystemUtilImpl This is the implementation of the SystemUtil interface.
 

Package net.sf.mmm.util.lang.base Description

Contains the basic implementation of the Lang-Util API.

Lang-Util Base

This package contains the implementations of the utilities offered by the Lang-Util API.
Further the AbstractCharSequence helps to write implementations of the interface CharSequence easily.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.