Class AbstractIntPriorityQueue

  • All Implemented Interfaces:
    IntPriorityQueue, PriorityQueue<java.lang.Integer>, java.io.Serializable

    @Deprecated
    public abstract class AbstractIntPriorityQueue
    extends AbstractPriorityQueue<java.lang.Integer>
    implements java.io.Serializable, IntPriorityQueue
    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 Detail

      • AbstractIntPriorityQueue

        public AbstractIntPriorityQueue()
        Deprecated.