- All Implemented Interfaces:
- java.io.Serializable
public class SteppableQueue
extends java.lang.Object
implements java.io.Serializable
Simple Queue of Steppables, once in, nobody leaves before being served
No synchronization is needed because this is used in a mono-thread simulation.
it offers "wake up the next n" functionality
not synchonized, so don't expose it to multi threads.
- See Also:
but improved to hold k elements in an array of length k, not k-1.
* @author Catalin Gabriel Balan
,
Serialized Form