Interface LongQueue

All Superinterfaces:
Collection<Long>, Iterable<Long>, Queue<Long>
All Known Implementing Classes:
LongArrayHeap

public interface LongQueue extends Queue<Long>
Interface for a Queue with primitive long data elements.