Uses of Interface
org.drools.core.util.Queue
Packages that use Queue
-
Uses of Queue in org.drools.core.util
Classes in org.drools.core.util that implement QueueModifier and TypeClassDescriptionclassArrayQueue<T extends Queue.QueueEntry>classBinaryHeapQueue<T extends Queue.QueueEntry>classTreeSetQueue<T extends Queue.QueueEntry>Methods in org.drools.core.util that return QueueModifier and TypeMethodDescriptionstatic <T extends Queue.QueueEntry>
Queue<T>QueueFactory.createQueue(Comparator<T> comparator)