Package | Description |
---|---|
org.apache.commons.lang |
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes. |
Class and Description |
---|
CharRange
A contiguous range of characters, optionally negated.
|
CharSet
A set of characters.
|
Entities
Provides HTML and XML entity utilities.
|
Entities.ArrayEntityMap |
Entities.EntityMap |
Entities.MapIntMap |
Entities.PrimitiveEntityMap |
IntHashMap
A hash map that uses primitive ints for the key rather than objects.
|
IntHashMap.Entry
Innerclass that acts as a datastructure to create a new entry in the
table.
|
NumberRange
Deprecated.
Use one of the Range classes in org.apache.commons.lang.math.
Class will be removed in Commons Lang 3.0.
|
ObjectUtils.Null
Class used as a null placeholder where
null
has another meaning. |