org.simantics.databoard.primitives
Class UnsignedLong.Immutable

java.lang.Object
  extended by java.lang.Number
      extended by org.simantics.databoard.primitives.UnsignedLong
          extended by org.simantics.databoard.primitives.UnsignedLong.Immutable
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Number>
Enclosing class:
UnsignedLong

public static final class UnsignedLong.Immutable
extends UnsignedLong

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.simantics.databoard.primitives.UnsignedLong
UnsignedLong.Immutable, UnsignedLong.Mutable
 
Field Summary
 
Fields inherited from class org.simantics.databoard.primitives.UnsignedLong
MAX_VALUE, MIN_VALUE, ZERO
 
Constructor Summary
UnsignedLong.Immutable(java.math.BigInteger value)
           
UnsignedLong.Immutable(int value)
           
UnsignedLong.Immutable(long value)
           
UnsignedLong.Immutable(java.lang.String stringValue)
           
 
Method Summary
 
Methods inherited from class org.simantics.databoard.primitives.UnsignedLong
compareTo, doubleValue, equals, floatValue, fromBits, hashCode, intValue, longValue, toBigInteger, toBits, toString, valueOf
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsignedLong.Immutable

public UnsignedLong.Immutable(int value)
                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

UnsignedLong.Immutable

public UnsignedLong.Immutable(long value)
                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

UnsignedLong.Immutable

public UnsignedLong.Immutable(java.math.BigInteger value)
                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

UnsignedLong.Immutable

public UnsignedLong.Immutable(java.lang.String stringValue)
                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException