org.jboss.aop.util
Class ConstructorComparator
java.lang.Object
org.jboss.aop.util.ConstructorComparator
- All Implemented Interfaces:
- Comparator<Constructor<?>>
public class ConstructorComparator
- extends Object
- implements Comparator<Constructor<?>>
Compares Constructors. This is used to make sure the constructor IDs line up between
the advisor and the instrumentor.
- Version:
- $Revision: 71276 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Comparator<Constructor<?>> INSTANCE
compare
public int compare(Constructor<?> m1,
Constructor<?> m2)
- Specified by:
compare
in interface Comparator<Constructor<?>>
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.