Uses of Interface
net.automatalib.common.smartcollection.SmartPriorityQueue
-
-
Uses of SmartPriorityQueue in net.automatalib.common.smartcollection
Subinterfaces of SmartPriorityQueue in net.automatalib.common.smartcollection Modifier and Type Interface Description interfaceSmartDynamicPriorityQueue<E>A priority queue interface.interfaceSmartGeneralPriorityQueue<E,K extends Comparable<K>>A generalized priority queue which allows storing arbitrary elements that don't have to be comparable, neither by their natural ordering nor by a providedComparator.Classes in net.automatalib.common.smartcollection that implement SmartPriorityQueue Modifier and Type Class Description classBackedGeneralPriorityQueue<E,K extends Comparable<K>>ASmartGeneralPriorityQueueimplementation that is backed by aSmartDynamicPriorityQueue.classBinaryHeap<E>APriorityQueueimplementation using a binary heap.
-