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:
pop
in interfaceStrictQueue<Runnable>
-
push
- Specified by:
push
in interfaceStrictQueue<Runnable>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceStrictQueue<Runnable>
-
size
public int size()- Specified by:
size
in interfaceStrictQueue<Runnable>
-