com.levigo.util.base.collections
Class Comparators

java.lang.Object
  extended by com.levigo.util.base.collections.Comparators

public class Comparators
extends Object


Nested Class Summary
static class Comparators.InvertingComparator<T>
          A comparator that inverts the result of a wrapped comparator.
 
Method Summary
static
<T> Comparator<T>
invert(Comparator<T> comparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

invert

public static <T> Comparator<T> invert(Comparator<T> comparator)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.