Class FieldSetComparator

java.lang.Object
io.datarouter.model.field.compare.FieldSetComparator
All Implemented Interfaces:
java.util.Comparator<FieldSet<?>>

public class FieldSetComparator
extends java.lang.Object
implements java.util.Comparator<FieldSet<?>>
  • Constructor Summary

    Constructors 
    Constructor Description
    FieldSetComparator()  
  • Method Summary

    Modifier and Type Method Description
    int compare​(FieldSet<?> left, FieldSet<?> right)  
    static <T> int compareFields​(Field<?> field1, Field<?> field2)  
    static int compareStatic​(FieldSet<?> left, FieldSet<?> right)  

    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

    equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong