wt.fc
Class IdentityCollationKeyFactory

java.lang.Object
  extended by wt.util.CollationKeyFactory
      extended by wt.fc.IdentityCollationKeyFactory

public class IdentityCollationKeyFactory
extends CollationKeyFactory

A collation key factory for Identified objects. This is used to sort the objects by the string value of their getIdentificationObject().getIdentity() string or for WTObject's, by their getIdentity() string. Usage example:

   IdentityCollationKeyFactory keyFactory = new IdentityCollationKeyFactory( );
   QueryResult result = ...;  // perform query
   SortedEnumeration enum = new SortedEnumeration( result, keyFactory );
 


Supported API: true

Extendable: false


Method Summary
 
Methods inherited from class wt.util.CollationKeyFactory
getKey, getLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait