Class ItemResult


  • public class ItemResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemResult​(Item item, int diff)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDiff()  
      Item getItem()  
      • Methods inherited from class java.lang.Object

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

      • ItemResult

        public ItemResult​(Item item,
                          int diff)
    • Method Detail

      • getItem

        public Item getItem()
      • getDiff

        public int getDiff()