Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.db.Key

Packages that use Key
ORG.oclc.db   
 

Uses of Key in ORG.oclc.db
 

Methods in ORG.oclc.db that return Key
protected  Key[] Db.buildSortKeys(String hitlist, String[] keys, int[] order, Object dedupCriteria, Object userData)
          Return sort keys for the records in the hitlist.
protected  Key[] DbNewton.buildSortKeys(String hitlist, String[] keys, int[] order, Object dedupCriteria, Object userData)
          Return sort keys for the records in the hitlist.
protected  Key[] DbRemoteZ.buildSortKeys(String hitlist, String[] keys, int[] order, Object dedupCriteria, Object userData)
          Return sort keys for the records in the hitlist.
 

Methods in ORG.oclc.db with parameters of type Key
static void Key.sortEm(Key[] keys)
          Do a shellshort on an array of Keys
static void Key.bubblesortEm(Key[] keys)
          Do a bubblesort on an array of Keys
 


Open SiteSearch 4.1.1
Final