Class NameComparator

java.lang.Object
com.atlassian.jira.util.NameComparator
All Implemented Interfaces:
Comparator<Named>

public class NameComparator extends Object implements Comparator<Named>
Comparison function that sorts based on the name of a Named object. That is, it sorts based on the value of the getName() method.
  • Field Details

  • Constructor Details

    • NameComparator

      public NameComparator()
  • Method Details