org.sonar.duplications.detector.suffixtree
Class TextSet.Builder

java.lang.Object
  extended by org.sonar.duplications.detector.suffixtree.TextSet.Builder
Enclosing class:
TextSet

public static final class TextSet.Builder
extends Object


Method Summary
 void add(List<Block> list)
           
 TextSet build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(List<Block> list)

build

public TextSet build()


Copyright © 2009-2012 SonarSource. All Rights Reserved.