org.jboss.aop.util
Class ConstructorComparator

java.lang.Object
  extended by org.jboss.aop.util.ConstructorComparator
All Implemented Interfaces:
Comparator

public class ConstructorComparator
extends Object
implements Comparator

Compares Constructors. This is used to make sure the constructor IDs line up between the advisor and the instrumentor.

Version:
$Revision: 37406 $
Author:
Bill Burke

Field Summary
static Comparator INSTANCE
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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

INSTANCE

public static final Comparator INSTANCE
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


Copyright © 2004 JBoss Inc. All Rights Reserved.