Uses of Class
net.sf.collections15.comparators.ComparatorChain

Packages that use ComparatorChain
net.sf.collections15.comparators This package contains implementations of the Comparator interface. 
 

Uses of ComparatorChain in net.sf.collections15.comparators
 

Methods in net.sf.collections15.comparators that return ComparatorChain
static
<T> ComparatorChain<T>
ComparatorChain.getInstance()
          Construct an empty ComparatorChain with the default initial capacity.
static
<T> ComparatorChain<T>
ComparatorChain.getInstance(java.util.Collection<java.util.Comparator<T>> comparators)
          Returns a ComparatorChain from the Comparators in the List.
static
<T> ComparatorChain<T>
ComparatorChain.getInstance(java.util.Comparator<T> comparator)
          Construct a ComparatorChain with a single Comparator, sorting in the forward order.
static
<T> ComparatorChain<T>
ComparatorChain.getInstance(java.util.Comparator<T> comparator, boolean reverse)
          Construct a ComparatorChain with a single Comparator, sorting in the specified order.
static
<T> ComparatorChain<T>
ComparatorChain.getInstance(java.util.List<java.util.Comparator<T>> comparators, java.util.BitSet orderingBits)
          Returns a ComparatorChain from the Comparators in the List.
 



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.