public class AgentInstanceComparator extends java.lang.Object implements java.util.Comparator<AgentInstance>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static AgentInstanceComparator |
INSTANCE |
Constructor and Description |
---|
AgentInstanceComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(AgentInstance ai1,
AgentInstance ai2) |
public static final AgentInstanceComparator INSTANCE
public int compare(AgentInstance ai1, AgentInstance ai2)
compare
in interface java.util.Comparator<AgentInstance>