站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 console API Documentation 英文版文档

OpCountComparator (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


org.jboss.console.twiddle.command
Class OpCountComparator

java.lang.Object
  extended byorg.jboss.console.twiddle.command.OpCountComparator
All Implemented Interfaces:
Comparator

public class OpCountComparator
extends Object
implements Comparator

A comparator that compares ops based on name and argument count.

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Constructor Summary
OpCountComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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

OpCountComparator

public OpCountComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.