net.paoding.rose.jade.statement
类 InterpreterComparator

java.lang.Object
  继承者 net.paoding.rose.jade.statement.InterpreterComparator
所有已实现的接口:
Comparator<Interpreter>

public class InterpreterComparator
extends Object
implements Comparator<Interpreter>

作者:
qieqie

构造方法摘要
InterpreterComparator()
           
 
方法摘要
 int compare(Interpreter thees, Interpreter that)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 java.util.Comparator 继承的方法
equals
 

构造方法详细信息

InterpreterComparator

public InterpreterComparator()
方法详细信息

compare

public int compare(Interpreter thees,
                   Interpreter that)
指定者:
接口 Comparator<Interpreter> 中的 compare


Copyright © 2012. All Rights Reserved.