Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionDeprecated as of 1.3, use
TextStringBuilderinstead. This class will be removed in 2.0.Deprecated as of 1.3, useStringLookupFactoryinstead. This class will be removed in 2.0.Deprecated as of 1.3, useStringMatcherFactoryinstead. This class will be removed in 2.0.Deprecated as of 1.3, useStringSubstitutorinstead. This class will be removed in 2.0.Deprecated as of 1.3, useStringTokenizerinstead. This class will be removed in 2.0.
-
Deprecated FieldsFieldDescriptionDeprecated as of 1.7. This constant will be removed in 2.0.
-
Deprecated MethodsMethodDescriptionDeprecated as of 1.7, use
JaroWinklerSimilarity.matches(CharSequence, CharSequence). This method will be removed in 2.0. TODO see TEXT-104.Deprecated as of 1.2 due to a typo in the method name. UseLongestCommonSubsequence.longestCommonSubsequence(CharSequence, CharSequence)instead. This method will be removed in 2.0.Deprecated as of 1.10. A more efficient implementation for calculating LCS is now available. UseLongestCommonSubsequence.longestCommonSubsequence(CharSequence, CharSequence)instead to directly calculate the LCS. This method will be removed in 2.0.UseStrBuilder.get().as of 1.2 and will be removed in 2.0.as of 1.2 and will be removed in 2.0.
-
Deprecated ConstructorsConstructorDescriptionWill be private.