Uses of Class
net.automatalib.common.smartcollection.BackedGeneralPriorityQueue.Entry
-
-
Uses of BackedGeneralPriorityQueue.Entry in net.automatalib.common.smartcollection
Methods in net.automatalib.common.smartcollection with parameters of type BackedGeneralPriorityQueue.Entry Modifier and Type Method Description intBackedGeneralPriorityQueue.Entry. compareTo(BackedGeneralPriorityQueue.Entry<E,K> o)Constructor parameters in net.automatalib.common.smartcollection with type arguments of type BackedGeneralPriorityQueue.Entry Constructor Description BackedGeneralPriorityQueue(Supplier<? extends SmartDynamicPriorityQueue<BackedGeneralPriorityQueue.Entry<E,K>>> supplier)BackedGeneralPriorityQueue(SmartDynamicPriorityQueue<BackedGeneralPriorityQueue.Entry<E,K>> backingQueue)Constructor.
-