Class TsiPeer.DoubleProperty

  • Enclosing class:
    TsiPeer

    public static final class TsiPeer.DoubleProperty
    extends TsiPeer.Property<java.lang.Double>
    A peer property corresponding to a double.
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleProperty​(java.lang.String name, java.lang.Double value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DoubleProperty

        public DoubleProperty​(@Nonnull
                              java.lang.String name,
                              @Nonnull
                              java.lang.Double value)