Package net.minecraft.util.thread
Interface StrictQueue<T,F>
- All Known Implementing Classes:
StrictQueue.FixedPriorityQueue
,StrictQueue.QueueStrictQueue
public interface StrictQueue<T,F>
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
static final class
-
Method Summary
-
Method Details
-
pop
-
push
-
isEmpty
boolean isEmpty() -
size
int size()
-