Class TopOrdAndIntQueue.OrdAndValue

  • Enclosing class:
    TopOrdAndIntQueue

    public static final class TopOrdAndIntQueue.OrdAndValue
    extends Object
    Holds a single entry.
    • Field Detail

      • ord

        public int ord
        Ordinal of the entry.
      • value

        public int value
        Value associated with the ordinal.
    • Constructor Detail

      • OrdAndValue

        public OrdAndValue()
        Default constructor.