Method and Description |
---|
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.
|
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.