Class FixedValue

  • All Implemented Interfaces:
    Value

    public final class FixedValue
    extends java.lang.Object
    implements Value
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedValue​(java.math.BigInteger value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value copy()  
      java.math.BigInteger getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • FixedValue

        public FixedValue​(java.math.BigInteger value)
    • Method Detail

      • getValue

        public java.math.BigInteger getValue()
        Specified by:
        getValue in interface Value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object