Class NullSafeComparator<T extends Comparable<T>>

java.lang.Object
com.akamai.edgegrid.signer.NullSafeComparator<T>
Type Parameters:
T - any type that implements Comparable
All Implemented Interfaces:
Comparator<T>

public class NullSafeComparator<T extends Comparable<T>> extends Object implements Comparator<T>
This is a null-safe Comparator implementation to make the classes Comparable implementation simpler.
  • Constructor Details

    • NullSafeComparator

      public NullSafeComparator()
  • Method Details