Uses of Enum Class
algs24.TestPQ.Order
-
Uses of TestPQ.Order in algs24
Modifier 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.Modifier and TypeMethodDescriptionprivate static void
TestPQ.timeTrial
(int N, TestPQ.Order order)