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

Provides the API for utilities of general purpose.

See:
          Description

Interface Summary
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.
Datatype<V> This is the interface for a datatype.
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.
Visitor<V> This is the interface for a generic visitor that may Visitor.visit(Object) values of a specific type.
 

Class Summary
GenericBean<TYPE> This class is a simple java bean that has one generic property named value.
StringTokenizer This is a rewrite of the awkward StringTokenizer provided by the JDK.
 

Enum Summary
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.
HorizontalAlignment This enum represents a horizontal alignment (e.g. for Justification).
 

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

Provides the API for utilities of general purpose.

Lang-Util API

This is the package of very general utilities (analog to java.lang). This package contains utilities for dealing with the basic types Object, String, and with arrays.



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