com.threerings.opengl.compositor
Class RenderQueue.PriorityList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Batch>
com.threerings.opengl.compositor.RenderQueue.PriorityList
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<RenderQueue.PriorityList>, Iterable<Batch>, Collection<Batch>, List<Batch>, RandomAccess
- Enclosing class:
- RenderQueue
protected static class RenderQueue.PriorityList
- extends ArrayList<Batch>
- implements Comparable<RenderQueue.PriorityList>
A list of batches at the same priority level.
- See Also:
- Serialized Form
|
Field Summary |
protected int |
_priority
The priority level of this list. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
_priority
protected int _priority
- The priority level of this list.
RenderQueue.PriorityList
public RenderQueue.PriorityList(int priority)
- Creates a new list with the supplied priority.
compareTo
public int compareTo(RenderQueue.PriorityList other)
- Specified by:
compareTo in interface Comparable<RenderQueue.PriorityList>