com.atlassian.bamboo.util
Class AgentNameComparator<T extends BuildAgent>

java.lang.Object
  extended by com.atlassian.bamboo.util.AgentNameComparator<T>
All Implemented Interfaces:
java.util.Comparator<T>

public class AgentNameComparator<T extends BuildAgent>
extends java.lang.Object
implements java.util.Comparator<T>


Constructor Summary
AgentNameComparator()
           
 
Method Summary
 int compare(T lhs, T rhs)
           
 
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

AgentNameComparator

public AgentNameComparator()
Method Detail

compare

public int compare(T lhs,
                   T rhs)
Specified by:
compare in interface java.util.Comparator<T extends BuildAgent>


Copyright © 2010 Atlassian. All Rights Reserved.