org.dyndns.nuda.tools.util
クラス ReflectUtil.AttributeContextComparator

java.lang.Object
  上位を拡張 org.dyndns.nuda.tools.util.ReflectUtil.AttributeContextComparator
すべての実装されたインタフェース:
java.util.Comparator<ReflectUtil.AttributeContext>
含まれているクラス:
ReflectUtil

public static class ReflectUtil.AttributeContextComparator
extends java.lang.Object
implements java.util.Comparator<ReflectUtil.AttributeContext>


メソッドの概要
 int compare(ReflectUtil.AttributeContext o1, ReflectUtil.AttributeContext o2)
           
static ReflectUtil.AttributeContextComparator getInstance()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.util.Comparator から継承されたメソッド
equals
 

メソッドの詳細

compare

public int compare(ReflectUtil.AttributeContext o1,
                   ReflectUtil.AttributeContext o2)
定義:
インタフェース java.util.Comparator<ReflectUtil.AttributeContext> 内の compare

getInstance

public static ReflectUtil.AttributeContextComparator getInstance()