Package rma.util
Interface Priorities
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Queue
interface that defines the priorities that items
can have.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe maximum priority that a queue item can have.static final intThe minimum priority that a queue item can have.static final intThe default priority that is assigned to a queue item.
-
Field Details
-
MIN_PRIORITY
static final int MIN_PRIORITYThe minimum priority that a queue item can have.- See Also:
-
NORM_PRIORITY
static final int NORM_PRIORITYThe default priority that is assigned to a queue item.- See Also:
-
MAX_PRIORITY
static final int MAX_PRIORITYThe maximum priority that a queue item can have.- See Also:
-