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