Open SiteSearch 4.1.1
Final

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


Constructor Summary
SymbolSortOrder(DataInputStream source)
           
SymbolSortOrder(String SortSeqFile)
           
 
Method Summary
 String BuildSortString(String strng)
           
 int compare(String strng1, String strng2)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolSortOrder

public SymbolSortOrder(DataInputStream source)

SymbolSortOrder

public SymbolSortOrder(String SortSeqFile)
Method Detail

main

public static void main(String[] argv)
                 throws FileNotFoundException,
                        IOException

compare

public int compare(String strng1,
                   String strng2)

BuildSortString

public String BuildSortString(String strng)

Open SiteSearch 4.1.1
Final