|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
ComparatorChain.getInstance()
Construct an empty ComparatorChain with the default initial
capacity. |
|
static
|
ComparatorChain.getInstance(java.util.Collection<java.util.Comparator<T>> comparators)
Returns a ComparatorChain from the Comparators
in the List . |
|
static
|
ComparatorChain.getInstance(java.util.Comparator<T> comparator)
Construct a ComparatorChain with a single
Comparator , sorting in the forward order. |
|
static
|
ComparatorChain.getInstance(java.util.Comparator<T> comparator,
boolean reverse)
Construct a ComparatorChain with a single
Comparator , sorting in the specified order. |
|
static
|
ComparatorChain.getInstance(java.util.List<java.util.Comparator<T>> comparators,
java.util.BitSet orderingBits)
Returns a ComparatorChain from the Comparators
in the List . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |