Interface Nat<T extends Num>

Type Parameters:
T - The Num this represents.
All Known Implementing Classes:
N0, N1, N10, N11, N12, N13, N14, N15, N16, N17, N18, N19, N2, N20, N3, N4, N5, N6, N7, N8, N9

public interface Nat<T extends Num>
A natural number expressed as a java class. The counterpart to Num that should be used as a concrete value.