Package net.minecraft.util.thread
Class StrictQueue.QueueStrictQueue
java.lang.Object
net.minecraft.util.thread.StrictQueue.QueueStrictQueue
- All Implemented Interfaces:
StrictQueue<Runnable>
- Enclosing interface:
StrictQueue<T extends Runnable>
public static final class StrictQueue.QueueStrictQueue
extends Object
implements StrictQueue<Runnable>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.thread.StrictQueue
StrictQueue.FixedPriorityQueue, StrictQueue.QueueStrictQueue, StrictQueue.RunnableWithPriority -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queue
-
-
Constructor Details
-
QueueStrictQueue
-
-
Method Details
-
pop
- Specified by:
popin interfaceStrictQueue<Runnable>
-
push
- Specified by:
pushin interfaceStrictQueue<Runnable>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceStrictQueue<Runnable>
-
size
public int size()- Specified by:
sizein interfaceStrictQueue<Runnable>
-