Uses of Class
org.pcollections.AmortizedPQueue
-
-
Uses of AmortizedPQueue in org.pcollections
Fields in org.pcollections declared as AmortizedPQueue Modifier and Type Field Description private static AmortizedPQueue<java.lang.Object>
AmortizedPQueue. EMPTY
Methods in org.pcollections that return AmortizedPQueue Modifier and Type Method Description static <E> AmortizedPQueue<E>
AmortizedPQueue. empty()
AmortizedPQueue<E>
AmortizedPQueue. minus()
AmortizedPQueue<E>
AmortizedPQueue. plus(E e)
AmortizedPQueue<E>
AmortizedPQueue. plusAll(java.util.Collection<? extends E> list)
Constructors in org.pcollections with parameters of type AmortizedPQueue Constructor Description AmortizedPQueue(AmortizedPQueue<E> queue, E e)
-