mail.node
Class Node.InvertedIDComparator

java.lang.Object
  extended by mail.node.Node.InvertedIDComparator
All Implemented Interfaces:
java.util.Comparator<Node>
Enclosing class:
Node

protected class Node.InvertedIDComparator
extends java.lang.Object
implements java.util.Comparator<Node>


Field Summary
private  ID compare
           
 
Constructor Summary
Node.InvertedIDComparator(ID compare)
           
 
Method Summary
 int compare(Node a, Node b)
           
 
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
 

Field Detail

compare

private ID compare
Constructor Detail

Node.InvertedIDComparator

public Node.InvertedIDComparator(ID compare)
Method Detail

compare

public int compare(Node a,
                   Node b)
Specified by:
compare in interface java.util.Comparator<Node>