Class JDialogFileInfoDICOM.CompareGroup

  • All Implemented Interfaces:
    java.util.Comparator<FileDicomKey>
    Enclosing class:
    JDialogFileInfoDICOM

    private class JDialogFileInfoDICOM.CompareGroup
    extends java.lang.Object
    implements java.util.Comparator<FileDicomKey>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CompareGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(FileDicomKey o1Key, FileDicomKey o2Key)  
      • 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

      • CompareGroup

        private CompareGroup()