Package autocomplete.dna
Class SuffixCollection.SubSequence
- java.lang.Object
- 
- autocomplete.dna.SuffixCollection.Suffix
- 
- autocomplete.dna.SuffixCollection.SubSequence
 
 
- 
- All Implemented Interfaces:
- CharSequence
 - Enclosing class:
- SuffixCollection
 
 private class SuffixCollection.SubSequence extends SuffixCollection.Suffix A subsequence of the data between the given begin and end indices.
- 
- 
Field SummaryFields Modifier and Type Field Description private intlength
 - 
Constructor SummaryConstructors Constructor Description SubSequence(int begin, int end)Constructs a new subsequence of the data between the given begin and end indices.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description charcharAt(int index)intlength()- 
Methods inherited from class autocomplete.dna.SuffixCollection.SuffixsubSequence, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.CharSequencechars, codePoints
 
- 
 
- 
- 
- 
Method Detail- 
charAtpublic char charAt(int index) - Specified by:
- charAtin interface- CharSequence
- Overrides:
- charAtin class- SuffixCollection.Suffix
 
 - 
lengthpublic int length() - Specified by:
- lengthin interface- CharSequence
- Overrides:
- lengthin class- SuffixCollection.Suffix
 
 
- 
 
-