Package autocomplete.dna
Class DNA
- java.lang.Object
 - 
- autocomplete.dna.DNA
 
 
- 
class DNA extends Object
Search DNA by autocompleting across all suffixes. 
- 
- 
Field Summary
Fields Modifier and Type Field Description private static intMAX_MATCHESMaximum number of matches to print.private static StringPATHPath to the DNA text. 
- 
Constructor Summary
Constructors Constructor Description DNA() 
 - 
 
- 
- 
Field Detail
- 
MAX_MATCHES
private static final int MAX_MATCHES
Maximum number of matches to print.- See Also:
 - Constant Field Values
 
 
- 
PATH
private static final String PATH
Path to the DNA text.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
main
public static void main(String[] args) throws IOException
- Throws:
 IOException
 
 - 
 
 -