org.opends.server.replication.server
Class AckMessageListComparator

java.lang.Object
  extended by org.opends.server.replication.server.AckMessageListComparator
All Implemented Interfaces:
java.util.Comparator<AckMessageList>

public class AckMessageListComparator
extends java.lang.Object
implements java.util.Comparator<AckMessageList>

This comparator is used to build TreeSet of AckMessageLists.


Constructor Summary
AckMessageListComparator()
           
 
Method Summary
 int compare(AckMessageList a1, AckMessageList a2)
          
 
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

AckMessageListComparator

public AckMessageListComparator()
Method Detail

compare

public int compare(AckMessageList a1,
                   AckMessageList a2)

Specified by:
compare in interface java.util.Comparator<AckMessageList>