|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.util.CollationKeyFactory
wt.fc.IdentityCollationKeyFactory
public class IdentityCollationKeyFactory
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 );
| 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 |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||