Class ItemNameComparator

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

    @Deprecated
    public class ItemNameComparator
    extends java.lang.Object
    implements java.util.Comparator<Item>
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemNameComparator()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int compare​(Item o1, Item o2)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, 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

      • ItemNameComparator

        public ItemNameComparator()
        Deprecated.
    • Method Detail

      • compare

        public int compare​(Item o1,
                           Item o2)
        Deprecated.
        Specified by:
        compare in interface java.util.Comparator<Item>