org.sonar.duplications.detector.suffixtree
Interface Text

All Known Implementing Classes:
AbstractText, TextSet

public interface Text

Represents text.


Method Summary
 int length()
           
 List<Object> sequence(int fromIndex, int toIndex)
           
 Object symbolAt(int index)
           
 

Method Detail

length

int length()
Returns:
length of the sequence of symbols represented by this object

symbolAt

Object symbolAt(int index)
Returns:
symbol at the specified index

sequence

List<Object> sequence(int fromIndex,
                      int toIndex)


Copyright © 2009-2012 SonarSource. All Rights Reserved.