Class RoleCollectionComparator

java.lang.Object
org.dlese.dpc.schemedit.security.util.RoleCollectionComparator
All Implemented Interfaces:
Serializable, Comparator

public class RoleCollectionComparator extends Object implements Comparator, Serializable
Sort the names of role-associated collections. Used to sort the UserRole map in CollectionAccessForm by collection name.
Author:
Jonathan Ostwald
See Also:
  • Constructor Details

    • RoleCollectionComparator

      public RoleCollectionComparator()
  • Method Details

    • compare

      public int compare(Object o1, Object o2)
      A lexical comparison
      Specified by:
      compare in interface Comparator
      Parameters:
      o1 - NOT YET DOCUMENTED
      o2 - NOT YET DOCUMENTED
      Returns:
      NOT YET DOCUMENTED