Uses of Interface
sortingservice.Queue
-
Uses of Queue in sortingservice
Subinterfaces of Queue in sortingserviceModifier and TypeInterfaceDescriptioninterfacePriority queue used by the Heap sorter.Methods in sortingservice that return QueueModifier and TypeMethodDescription<T> Queue<T>SorterConfiguration.getQueue()Get queue for sorter.Sorter.sort(Queue<T> queue, Comparator<T> comparator) Return the input queue in sorted order, based on the passed comparator.Methods in sortingservice with parameters of type Queue