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