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.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic double doubleValue()
doubleValue in class java.lang.Numberpublic int hashCode()
hashCode in class java.lang.Objectpublic IntNum toIntNum()
public abstract int numBits()