com.caucho.hessian.io
Class BeanSerializer.MethodNameCmp

java.lang.Object
  extended by com.caucho.hessian.io.BeanSerializer.MethodNameCmp
All Implemented Interfaces:
java.util.Comparator<java.lang.reflect.Method>
Enclosing class:
BeanSerializer

static class BeanSerializer.MethodNameCmp
extends java.lang.Object
implements java.util.Comparator<java.lang.reflect.Method>


Constructor Summary
BeanSerializer.MethodNameCmp()
           
 
Method Summary
 int compare(java.lang.reflect.Method a, java.lang.reflect.Method 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
 

Constructor Detail

BeanSerializer.MethodNameCmp

BeanSerializer.MethodNameCmp()
Method Detail

compare

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


Copyright 2003-2011. All Rights Reserved.