Uses of Enum Class
algs15.TestUF.Order
Packages that use TestUF.Order
- 
Uses of TestUF.Order in algs15Methods in algs15 that return TestUF.OrderModifier and TypeMethodDescriptionstatic TestUF.OrderReturns 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 voidTestUF.timeTrial(int N, TestUF.Order order)