package.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 3 <HTML> 4 <HEAD> 5 <!-- 6 HTMLParser Library $Name: v1_6_20060319 $ - A java-based parser for HTML 7 http://sourceforge.org/projects/htmlparser 8 Copyright (C) 2004 Somik Raha 9 10 Revision Control Information 11 12 $Source: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/sort/package.html,v $ 13 $Author: derrickoswald $ 14 $Date: 2004/01/02 16:24:58 $ 15 $Revision: 1.10 $ 16 17 This library is free software; you can redistribute it and/or 18 modify it under the terms of the GNU Lesser General Public 19 License as published by the Free Software Foundation; either 20 version 2.1 of the License, or (at your option) any later version. 21 22 This library is distributed in the hope that it will be useful, 23 but WITHOUT ANY WARRANTY; without even the implied warranty of 24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 25 Lesser General Public License for more details. 26 27 You should have received a copy of the GNU Lesser General Public 28 License along with this library; if not, write to the Free Software 29 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 --> 31 <TITLE>Sort Package</TITLE> 32 </HEAD> 33 <BODY> 34 Provides generic sorting and searching. 35 The two interfaces <CODE>Ordered</CODE> and <CODE>Sortable</CODE> are used by 36 the static methods in <CODE>Sort</CODE> to perform binary searches and quick 37 sorting of generic objects. 38 </BODY> 39 </HTML>