Class Comparators


  • public final class Comparators
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Comparator<tech.kronicle.sdk.models.Component> COMPONENTS  
      static java.util.Comparator<tech.kronicle.sdk.models.Import> IMPORTS  
      static java.util.Comparator<tech.kronicle.sdk.models.Software> SOFTWARE  
      static java.util.Comparator<tech.kronicle.sdk.models.SoftwareRepository> SOFTWARE_REPOSITORIES  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COMPONENTS

        public static final java.util.Comparator<tech.kronicle.sdk.models.Component> COMPONENTS
      • IMPORTS

        public static final java.util.Comparator<tech.kronicle.sdk.models.Import> IMPORTS
      • SOFTWARE_REPOSITORIES

        public static final java.util.Comparator<tech.kronicle.sdk.models.SoftwareRepository> SOFTWARE_REPOSITORIES
      • SOFTWARE

        public static final java.util.Comparator<tech.kronicle.sdk.models.Software> SOFTWARE