Uses of Class
puzzles.jugs.ThreeJugsState
Packages that use ThreeJugsState
-
Uses of ThreeJugsState in puzzles.jugs
Classes in puzzles.jugs that implement interfaces with type arguments of type ThreeJugsStateModifier and TypeClassDescriptionclassRepresents the states of the three jugs problem, also known as a water pouring puzzle.Methods in puzzles.jugs that return ThreeJugsStateConstructors in puzzles.jugs with parameters of type ThreeJugsStateModifierConstructorDescriptionThreeJugsState(ThreeJugsState other) Creates a deep copy of the specifiedThreeJugsStateobject.