Class BigIntegerHolder

  • All Implemented Interfaces:
    Holder

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

      Fields 
      Modifier and Type Field Description
      java.math.BigInteger 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 java.math.BigInteger value
    • Constructor Detail

      • BigIntegerHolder

        public BigIntegerHolder()
      • BigIntegerHolder

        public BigIntegerHolder​(java.math.BigInteger myBigInteger)