Package it.unimi.dsi.fastutil.longs
Class AbstractLongPriorityQueue
java.lang.Object
it.unimi.dsi.fastutil.AbstractPriorityQueue<Long>
it.unimi.dsi.fastutil.longs.AbstractLongPriorityQueue
- All Implemented Interfaces:
LongPriorityQueue,PriorityQueue<Long>,Serializable
@Deprecated public abstract class AbstractLongPriorityQueue extends AbstractPriorityQueue<Long> implements Serializable, LongPriorityQueue
Deprecated.
As of fastutil 8 this class is no longer necessary, as its
previous abstract methods are now default methods of the
type-specific interface.
An abstract class providing basic methods for priority queues implementing a
type-specific interface.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AbstractLongPriorityQueue()Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.longs.LongPriorityQueue
comparator, dequeue, dequeueLong, enqueue, enqueue, first, firstLong, last, lastLong
-
Constructor Details
-
AbstractLongPriorityQueue
public AbstractLongPriorityQueue()Deprecated.
-