public class Degree
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getDegree() |
static Degree |
infinite() |
static Degree |
minusOne(Degree degree) |
static Degree |
one() |
static Degree |
parse(java.lang.String string) |
static Degree |
two() |