public abstract class UnsignedPrim
extends java.lang.Number
Constructor and Description |
---|
UnsignedPrim() |
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
float |
floatValue() |
int |
hashCode() |
long |
longValue() |
abstract int |
numBits() |
IntNum |
toIntNum() |
public long longValue()
longValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
public double doubleValue()
doubleValue
in class java.lang.Number
public int hashCode()
hashCode
in class java.lang.Object
public IntNum toIntNum()
public abstract int numBits()