Class Comparators

java.lang.Object
org.yamcs.studio.core.utils.Comparators

public class Comparators extends Object
  • Field Details

    • STRING_COMPARATOR

      public static final Comparator<String> STRING_COMPARATOR
    • INTEGER_COMPARATOR

      public static final Comparator<Integer> INTEGER_COMPARATOR
    • LONG_COMPARATOR

      public static final Comparator<Long> LONG_COMPARATOR
    • TIMESTAMP_COMPARATOR

      public static final Comparator<com.google.protobuf.Timestamp> TIMESTAMP_COMPARATOR
    • INSTANT_COMPARATOR

      public static final Comparator<Instant> INSTANT_COMPARATOR
    • OBJECT_COMPARATOR

      public static final Comparator<Comparable<?>> OBJECT_COMPARATOR
  • Constructor Details

    • Comparators

      public Comparators()