KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > Comparator > Top Examples

  • org.apache.commons.collections.ComparatorUtils
    Provides convenient static utility methods for <Code>Comparator</Code> objects. <p> Most of the functionality in this class can also be found in the <code>comparators</code> package. This class merely provides a convenient central place if you have use for more than o ...
  • org.eclipse.core.internal.content.ContentTypeCatalog
  • org.jacorb.notification.queue.QueueUtil
    @author Alphonse Bendt @version $Id: QueueUtil.java,v 1.4 2005/02/14 00:11:10 alphonse.bendt Exp $ not intended to be invoked
  • com.opensymphony.webwork.util.Sorter
    Sorters. Utility sorters for use with the "sort" tag. @author Rickard Öberg (rickard@middleware-company.com) @version $Revision: 1.8 $ @see com.opensymphony.webwork.views.jsp.iterator.SortIteratorTag @see SortIteratorFilter
  • org.apache.avalon.excalibur.collections.BinaryHeap
    BinaryHeap implementation of priority queue. The heap is either a minimum or maximum heap as determined by parameters passed to constructor. @author <a HREF="mailto:peter@apache.org">Peter Donald</a> @author <a HREF="mailto:ram.chidambaram@telus.com">Ram Chidambaram</a> @a ...
  • net.sf.cglib.util.ParallelSorter
    For the efficient sorting of multiple arrays in parallel. <p> Given two arrays of equal length and varying types, the standard technique for sorting them in parallel is to create a new temporary object for each row, store the objects in a temporary array, sort the array using a custom compar ...
  • net.sf.saxon.sort.FixedSortKeyDefinition
    A FixedSortKeyDefinition is a SortKeyDefinition in which all aspects of the sort key definition (sort order, data type, etc,) are known. A SortKeyDefinition defines one component of a sort key. <BR>
  • org.eclipse.ui.views.markers.internal.SortUtil
    Returns the k smallest items in the given collection. Runs in O(n) time, average case. The resulting collection is not sorted. @param elements @param c @return
  • net.sf.saxon.query.StaticQueryContext
    StaticQueryContext is the implementation of StaticContext used when processing XQuery expressions. <p/> The StaticQueryContext object has two different usages. The application constructs a StaticQueryContext and initializes it with information about the context, for example, default namespac ...
  • net.sf.saxon.sort.DescendingComparer
    A Comparer used for comparing descending keys
  • org.eclipse.ui.internal.WorkbenchPage
    A collection of views and editors in a workbench.
  • com.genimen.djeneric.structure.ResourceDefinitionComparator
  • org.apache.catalina.cluster.tcp.SimpleTcpCluster
    A <b>Cluster </b> implementation using simple multicast. Responsible for setting up a cluster and provides callers with a valid multicast receiver/sender. FIXME remove install/remove/start/stop context dummys FIXME better stats FIXME factor out receiver handling FIXME Support JMX and ...
Popular Tags