Class DoubleHolder

  • All Implemented Interfaces:
    Holder

    public final class DoubleHolder
    extends java.lang.Object
    implements Holder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double value  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public double value
    • Constructor Detail

      • DoubleHolder

        public DoubleHolder()
      • DoubleHolder

        public DoubleHolder​(double mydouble)