comparator.java
来自「Please read your package and describe it」· Java 代码 · 共 23 行
JAVA
23 行
/* * (c) COPYRIGHT 1999 World Wide Web Consortium * (Massachusetts Institute of Technology, Institut National de Recherche * en Informatique et en Automatique, Keio University). * All Rights Reserved. http://www.w3.org/Consortium/Legal/ * * $Id: Comparator.java,v 1.2 2008/02/26 19:28:25 msdemlei Exp $ */// This is in Dexter just because MS still has ancient VMs// in IE/** * The comparaison function for the Sortable class * * @version $Revision: 1.2 $ * @author Philippe Le H'egaret * @see Sortable */public interface Comparator { public boolean compare(Object obj1, Object obj2);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?