Class | Description |
---|---|
org.apache.commons.lang.NumberRange |
Use one of the Range classes in org.apache.commons.lang.math.
Class will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.NumberUtils |
Moved to org.apache.commons.lang.math.
Class will be removed in Commons Lang 3.0.
|
Field | Description |
---|---|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_DAY |
Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_HOUR |
Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_MINUTE |
Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0.
|
org.apache.commons.lang.time.DateUtils.MILLIS_IN_SECOND |
Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0.
|
Constructor | Description |
---|---|
org.apache.commons.lang.builder.ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean) |
Copyright © 2001-2018 - Apache Software Foundation