| java.lang.Object de.susebox.jtopas.impl.SequenceStore de.susebox.jtopas.impl.NoCaseSequenceStore
Method Summary | |
protected int | compare(char char1, char char2) Compare tho characters. | protected char | getStartChar(char startChar) Derived method for case-insensitive handling. |
NoCaseSequenceStore | public NoCaseSequenceStore(boolean useExactLength)(Code) | | The constructor initializes a NoCaseSequenceStore
Parameters: useExactLength - if true search only for a property thathas the length of de.susebox.jtopas.spi.DataProvider.getLength |
compare | protected int compare(char char1, char char2)(Code) | | Compare tho characters. Returns the difference of the to characters, 0 if
they are equal.
Parameters: char1 - first character to compare Parameters: char2 - first character to compare 0 if equal, < 0 if char1 < char2, > 0 otherwise |
getStartChar | protected char getStartChar(char startChar)(Code) | | Derived method for case-insensitive handling.
Parameters: startChar - a not normalized start character the normalized start character |
Fields inherited from de.susebox.jtopas.impl.SequenceStore | public static char DIRECT_INDEX_COUNT(Code)(Java Doc)
|
|
|