[ 
https://issues.apache.org/jira/browse/COLLECTIONS-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645404#comment-13645404
 ] 

Thomas Neidhart commented on COLLECTIONS-456:
---------------------------------------------

In r1477515, added additional overrides:

{noformat}
    public static <E> List<E> longestCommonSubsequence(final List<E> a, final 
List<E> b, final Equator<? super E> equator);
    public static String longestCommonSubsequence(final CharSequence a, final 
CharSequence b);
{noformat}
                
> Add ListUtils.longestCommonSubsequence(List, List)
> --------------------------------------------------
>
>                 Key: COLLECTIONS-456
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-456
>             Project: Commons Collections
>          Issue Type: New Feature
>            Reporter: Thomas Neidhart
>             Fix For: 4.0
>
>
> Using the recently added SequencesComparator, the implementation is trivial.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to