Uses of Class
io.github.skenvy.Collatz.SequenceState
-
-
Uses of Collatz.SequenceState in io.github.skenvy
Methods in io.github.skenvy that return Collatz.SequenceState Modifier and Type Method Description static Collatz.SequenceState
Collatz.SequenceState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Collatz.SequenceState[]
Collatz.SequenceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.github.skenvy with parameters of type Collatz.SequenceState Constructor Description TreeGraphNode(BigInteger nodeValue, Collatz.SequenceState terminalSequenceState, Collatz.TreeGraphNode preNDivPNode, Collatz.TreeGraphNode preANplusBNode)
Create an instance of TreeGraphNode by directly passing it the values required to instantiate, intended to be used in testing by manually creating trees in reverse, by passing expected child nodes to their parents until the entire expected tree is created.
-