Class QueueStub<E>

java.lang.Object
ghidra.util.datastruct.QueueStub<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, Queue<E>

public class QueueStub<E> extends Object implements Queue<E>
A do-nothing, stubbed version of the Queue interface.