- Direct Known Subclasses:
N0
, N1
, N10
, N11
, N12
, N13
, N14
, N15
, N16
, N17
, N18
, N19
, N2
, N20
, N3
, N4
, N5
, N6
, N7
, N8
, N9
public abstract class Num
extends Object
A number expressed as a java class.
-
Constructor Summary
Constructors
Constructor |
Description |
Num() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
abstract int |
getNum() |
The number this is backing.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
The number this is backing.
- Returns:
- The number represented by this class.