com.pyxis.greenhopper.jira.util.comparator
Class WatchedFieldComparator

java.lang.Object
  extended by com.pyxis.greenhopper.jira.util.comparator.WatchedFieldComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<WatchedField>

public class WatchedFieldComparator
extends java.lang.Object
implements java.util.Comparator<WatchedField>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WatchedFieldComparator(I18n i18n)
           
WatchedFieldComparator(I18n2 i18n2)
           
 
Method Summary
 int compare(WatchedField watchedField, WatchedField watchedFieldToCompare)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

WatchedFieldComparator

public WatchedFieldComparator(I18n i18n)

WatchedFieldComparator

public WatchedFieldComparator(I18n2 i18n2)
Method Detail

compare

public int compare(WatchedField watchedField,
                   WatchedField watchedFieldToCompare)
Specified by:
compare in interface java.util.Comparator<WatchedField>


Copyright © 2007-2012 Atlassian. All Rights Reserved.