KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > teamkonzept > lib > TKSortable


1 /*
2  * $Header: /cvsroot/webman-cms/source/webman/com/teamkonzept/lib/TKSortable.java,v 1.6 2001/08/14 14:02:29 mischa Exp $
3  *
4  */

5 package com.teamkonzept.lib;
6
7 /**
8  * Interface TKSortable
9  * @author $Author: mischa $
10  * @version $Revision: 1.6 $
11  */

12 public interface TKSortable {
13     int cmp( TKSortable b );
14 }
15
Popular Tags