You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2013/04/30 11:08:15 UTC

[jira] [Commented] (COLLECTIONS-456) Add ListUtils.longestCommonSubsequence(List, List)

    [ 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