Uses of Class
io.ultreia.java4all.util.LeftOrRight
-
Packages that use LeftOrRight Package Description io.ultreia.java4all.util -
-
Uses of LeftOrRight in io.ultreia.java4all.util
Methods in io.ultreia.java4all.util that return LeftOrRight Modifier and Type Method Description static LeftOrRightLeftOrRight. valueOf(String name)Returns the enum constant of this type with the specified name.static LeftOrRight[]LeftOrRight. values()Returns an array containing the constants of this enum type, in the order they are declared.
-