Class DNASearch
- java.lang.Object
- 
- DNASearch
 
- 
 public class DNASearch extends Object Search DNA by autocompleting across all suffixes.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description (package private) static classDNASearch.SuffixCollectionGenerates all (length - 1) suffixes of the given sequence of characters and presents them in a collection.
 - 
Field SummaryFields Modifier and Type Field Description private static intMAX_MATCHESMaximum number of matches to print.private static StringPATHPath to the DNA text.
 - 
Constructor SummaryConstructors Constructor Description DNASearch()
 
- 
- 
- 
Field Detail- 
MAX_MATCHESprivate static final int MAX_MATCHES Maximum number of matches to print.- See Also:
- Constant Field Values
 
 - 
PATHprivate static final String PATH Path to the DNA text.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
mainpublic static void main(String[] args) throws IOException - Throws:
- IOException
 
 
- 
 
-