org.jboss.aop.util
Class FieldComparator
java.lang.Object
org.jboss.aop.util.FieldComparator
- All Implemented Interfaces:
- Comparator
public class FieldComparator
- extends Object
- implements Comparator
Compares Fields. This is used to make sure the field IDs line up between
the advisor and the instrumentor.
- Version:
- $Revision: 37406 $
- 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 INSTANCE
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
Copyright © 2004 JBoss Inc. All Rights Reserved.