org.simantics.databoard.primitives
Class UnsignedShort.Immutable
java.lang.Object
java.lang.Number
org.simantics.databoard.primitives.UnsignedShort
org.simantics.databoard.primitives.UnsignedShort.Immutable
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<java.lang.Number>
- Enclosing class:
- UnsignedShort
public static class UnsignedShort.Immutable
- extends UnsignedShort
- See Also:
- Serialized Form
Methods inherited from class java.lang.Number |
byteValue, shortValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UnsignedShort.Immutable
public UnsignedShort.Immutable(int value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
UnsignedShort.Immutable
public UnsignedShort.Immutable(long value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
UnsignedShort.Immutable
public UnsignedShort.Immutable(java.lang.String stringValue)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
fromBits
public static UnsignedShort fromBits(int intBits)