bllmplugin/javadoc/bllm/BitcoinPriceObject.Value

BitcoinPriceObject.Value (bllm 0.1 API)
bllm

Class BitcoinPriceObject.Value

  • java.lang.Object
    • bllm.BitcoinPriceObject.Value
  • Enclosing class:
    BitcoinPriceObject


    public static final class BitcoinPriceObject.Value
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      long x 
      double y 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Value(long x, double y) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public final long x
      • y

        public final double y
    • Constructor Detail

      • Value

        public Value(long x,
                     double y)
Share