Uses of Package
net.sf.mmm.util.lang.api

Packages that use net.sf.mmm.util.lang.api
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.file.base Contains public implementations of File-utilities. 
net.sf.mmm.util.filter.base Contains public implementations of the filtering-API
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.nls.impl.formatter Contains the implementation of formatters for the native language support (NLS). 
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
net.sf.mmm.util.text.api Provides the API for utilities that help with textual operations. 
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
net.sf.mmm.util.value.base Contains the base-implementations of the value API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
net.sf.mmm.util.xml.base Contains the base-implementation of the XML-Util API
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.cli.base
StringUtil
          This is the interface for a collection of utility functions that help with String handling and manipulation.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.file.base
BasicUtil
          This is the interface for a collection of utility functions for very general operations especially for dealing with Arrays.
StringUtil
          This is the interface for a collection of utility functions that help with String handling and manipulation.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.filter.base
Conjunction
          A conjunction represents a function that maps a list of boolean arguments to one boolean result.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.lang.api
CharIterator
          This is the interface for an Iterator of primitive char values.
Comparator
          A Comparator represents a function that compares two given values.
Conjunction
          A conjunction represents a function that maps a list of boolean arguments to one boolean result.
Datatype
          This is the interface for a datatype.
HorizontalAlignment
          This enum represents a horizontal alignment (e.g. for Justification).
SystemInformation
          This is the interface for a data-object containing structured of an operating system.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.lang.base
BasicUtil
          This is the interface for a collection of utility functions for very general operations especially for dealing with Arrays.
CharIterator
          This is the interface for an Iterator of primitive char values.
StringUtil
          This is the interface for a collection of utility functions that help with String handling and manipulation.
SystemInformation
          This is the interface for a data-object containing structured of an operating system.
SystemUtil
          This is the interface for a collection of utility functions that help to deal with things specific for the operating system running this java virtual machine.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.nls.impl.formatter
Comparator
          A Comparator represents a function that compares two given values.
Visitor
          This is the interface for a generic visitor that may Visitor.visit(Object) values of a specific type.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.reflect.api
GenericBean
          This class is a simple java bean that has one generic property named value.
Visitor
          This is the interface for a generic visitor that may Visitor.visit(Object) values of a specific type.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.reflect.base
GenericBean
          This class is a simple java bean that has one generic property named value.
Visitor
          This is the interface for a generic visitor that may Visitor.visit(Object) values of a specific type.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.text.api
Datatype
          This is the interface for a datatype.
HorizontalAlignment
          This enum represents a horizontal alignment (e.g. for Justification).
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.text.base
HorizontalAlignment
          This enum represents a horizontal alignment (e.g. for Justification).
StringUtil
          This is the interface for a collection of utility functions that help with String handling and manipulation.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.value.base
StringUtil
          This is the interface for a collection of utility functions that help with String handling and manipulation.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.value.impl
StringUtil
          This is the interface for a collection of utility functions that help with String handling and manipulation.
 

Classes in net.sf.mmm.util.lang.api used by net.sf.mmm.util.xml.base
BasicUtil
          This is the interface for a collection of utility functions for very general operations especially for dealing with Arrays.
CharIterator
          This is the interface for an Iterator of primitive char values.
 



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