Class BtimeComparator

  • All Implemented Interfaces:
    java.util.Comparator<Btime>

    public class BtimeComparator
    extends java.lang.Object
    implements java.util.Comparator<Btime>
    • Constructor Summary

      Constructors 
      Constructor Description
      BtimeComparator()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static int compare​(int i1, int i2)  
      int compare​(Btime b1, Btime b2)  
      • 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

      • BtimeComparator

        public BtimeComparator()
    • Method Detail

      • compare

        public int compare​(Btime b1,
                           Btime b2)
        Specified by:
        compare in interface java.util.Comparator<Btime>
      • compare

        public static int compare​(int i1,
                                  int i2)