Uses of Enum Class
algs24.TestPQ.Order
Packages that use TestPQ.Order
-
Uses of TestPQ.Order in algs24
Methods in algs24 that return TestPQ.OrderModifier and TypeMethodDescriptionstatic TestPQ.Order
Returns 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 void
TestPQ.timeTrial
(int N, TestPQ.Order order)