ORG.oclc.util
Class SymbolSortOrder
java.lang.Object
|
+--ORG.oclc.util.SymbolSortOrder
- public class SymbolSortOrder
- extends Object
project: Second Search
purpose; Class supports a table to specify the sort order of displayable
symbols, including some diacritics.
Table may initialized from AltSeq.asc file and strings of symbols
may be compared based on sort order.
input file: AltSeq.asc
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SymbolSortOrder
public SymbolSortOrder(DataInputStream source)
SymbolSortOrder
public SymbolSortOrder(String SortSeqFile)
main
public static void main(String[] argv)
throws FileNotFoundException,
IOException
compare
public int compare(String strng1,
String strng2)
BuildSortString
public String BuildSortString(String strng)