Interface ItemValue

  • All Known Implementing Classes:
    SimpleItemValue

    public interface ItemValue
    A simple Object-double tuple.
    Author:
    Matthew Pocock
    • Method Detail

      • getItem

        java.lang.Object getItem()
      • getValue

        double getValue()
      • setValue

        void setValue​(double value)
               throws java.lang.UnsupportedOperationException
        Throws:
        java.lang.UnsupportedOperationException