org.sonar.java.checks.codesnippet
Class Lcs<T>

java.lang.Object
  extended by org.sonar.java.checks.codesnippet.Lcs<T>

public class Lcs<T>
extends Object


Constructor Summary
Lcs(ElementSequence<T> inputI, ElementSequence<T> inputJ, Comparator<T> comparator)
           
 
Method Summary
 List<CommonGroup> getCommonGroups()
           
 List<Group> getGroups()
           
 int getLength()
           
 List<VaryingGroup> getVaryingGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lcs

public Lcs(ElementSequence<T> inputI,
           ElementSequence<T> inputJ,
           Comparator<T> comparator)
Method Detail

getLength

public int getLength()

getCommonGroups

public List<CommonGroup> getCommonGroups()

getVaryingGroups

public List<VaryingGroup> getVaryingGroups()

getGroups

public List<Group> getGroups()


Copyright © 2012 SonarSource. All Rights Reserved.