Class DoubleId


  • public class DoubleId
    extends ValueGroupId<java.lang.Double>
    This class is used in Group instances where the identifying expression evaluated to a Double.
    Author:
    Simon Thoresen Hult
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleId​(java.lang.Double value)
      Constructs a new instance of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DoubleId

        public DoubleId​(java.lang.Double value)
        Constructs a new instance of this class.
        Parameters:
        value - The identifying double.