Uses of Enum Class
algs15.TestUF.Order
Packages that use TestUF.Order
-
Uses of TestUF.Order in algs15
Methods in algs15 that return TestUF.OrderModifier and TypeMethodDescriptionstatic TestUF.Order
Returns the enum constant of this class with the specified name.static TestUF.Order[]
TestUF.Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in algs15 with parameters of type TestUF.OrderModifier and TypeMethodDescriptionprivate static void
TestUF.timeTrial
(int N, TestUF.Order order)