Class ConfigSnapshot.LineComparator

  • All Implemented Interfaces:
    java.util.Comparator<ConfigLine>
    Enclosing class:
    ConfigSnapshot

    private static class ConfigSnapshot.LineComparator
    extends java.lang.Object
    implements java.util.Comparator<ConfigLine>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LineComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(ConfigLine a, ConfigLine b)  
      • 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
    • Constructor Detail

      • LineComparator

        private LineComparator()