Package rma.util

Interface Priorities

All Superinterfaces:
Serializable
All Known Implementing Classes:
Queue

public interface Priorities extends Serializable
interface that defines the priorities that items can have.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The maximum priority that a queue item can have.
    static final int
    The minimum priority that a queue item can have.
    static final int
    The default priority that is assigned to a queue item.
  • Field Details

    • MIN_PRIORITY

      static final int MIN_PRIORITY
      The minimum priority that a queue item can have.
      See Also:
    • NORM_PRIORITY

      static final int NORM_PRIORITY
      The default priority that is assigned to a queue item.
      See Also:
    • MAX_PRIORITY

      static final int MAX_PRIORITY
      The maximum priority that a queue item can have.
      See Also: