Field and Description |
---|
org.apache.commons.codec.language.Soundex.maxLength
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
Method and Description |
---|
org.apache.commons.codec.binary.Base64.discardWhitespace(byte[])
This method is no longer needed
|
org.apache.commons.codec.net.URLCodec.getEncoding()
use #getDefaultCharset()
|
org.apache.commons.codec.language.Soundex.getMaxLength()
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
org.apache.commons.codec.language.Soundex.setMaxLength(int)
This feature is not needed since the encoding size must be constant. Will be removed in 2.0.
|
Constructor and Description |
---|
org.apache.commons.codec.StringEncoderComparator()
as creating without a StringEncoder will lead to a
broken NullPointerException creating comparator.
|
commons-codec version 1.4 - Copyright © 2002-2014 - Apache Software Foundation