Method and Description |
---|
org.apache.commons.text.WordUtils.isDelimiter(char, char[])
as of 1.2 and will be removed in 2.0
|
org.apache.commons.text.WordUtils.isDelimiter(int, char[])
as of 1.2 and will be removed in 2.0
|
org.apache.commons.text.similarity.LongestCommonSubsequence.logestCommonSubsequence(CharSequence, CharSequence)
Deprecated as of 1.2 due to a typo in the method name.
Use
LongestCommonSubsequence.longestCommonSubsequence(CharSequence, CharSequence) instead.
This method will be removed in 2.0. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.