Class Instrument.TableQuantity

  • Enclosing interface:
    Instrument

    public static class Instrument.TableQuantity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TableQuantity​(java.lang.String[] columns, java.util.List<java.util.List<java.lang.Double>> value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getColumns()  
      java.util.List<java.util.List<java.lang.Double>> getValue()  
      • Methods inherited from class java.lang.Object

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

      • TableQuantity

        public TableQuantity​(java.lang.String[] columns,
                             java.util.List<java.util.List<java.lang.Double>> value)
    • Method Detail

      • getColumns

        public java.lang.String[] getColumns()
      • getValue

        public java.util.List<java.util.List<java.lang.Double>> getValue()