wt.team
Class TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
java.lang.Object
wt.util.CollationKeyFactory
wt.team.TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
- Enclosing class:
- TeamTemplateCache
- class TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
- extends CollationKeyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory
public TeamTemplateCache.TeamTemplateIdentityCollationKeyFactory()
getCollationString
public String getCollationString(Object obj)
- Description copied from class:
CollationKeyFactory
- Get a collation string for the given object.
It is used as the source string for the collation key.
This method returns
obj.toString()
.
Subclasses should override to produce the desired collation string.
Supported API: true
- Overrides:
getCollationString
in class CollationKeyFactory
- Parameters:
obj
- the object
- Returns:
- string collation key source string