com.imcode.util
Class ChainableReversibleNullComparator<E>

java.lang.Object
  extended by com.imcode.util.ChainableReversibleNullComparator<E>
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<E>
Direct Known Subclasses:
ComparatorWrapper

public abstract class ChainableReversibleNullComparator<E>
extends java.lang.Object
implements java.util.Comparator<E>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ChainableReversibleNullComparator()
           
 
Method Summary
 ChainableReversibleNullComparator<E> chain(java.util.Comparator<E> comparator)
           
 ChainableReversibleNullComparator<E> nullsFirst()
           
 ChainableReversibleNullComparator<E> nullsLast()
           
 ChainableReversibleNullComparator<E> reversed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Constructor Detail

ChainableReversibleNullComparator

public ChainableReversibleNullComparator()
Method Detail

chain

public ChainableReversibleNullComparator<E> chain(java.util.Comparator<E> comparator)

reversed

public ChainableReversibleNullComparator<E> reversed()

nullsFirst

public ChainableReversibleNullComparator<E> nullsFirst()

nullsLast

public ChainableReversibleNullComparator<E> nullsLast()


Copyright © 2013. All Rights Reserved.