Class TopOrdAndIntQueue.OrdAndValue

  • Enclosing class:
    TopOrdAndIntQueue

    public static final class TopOrdAndIntQueue.OrdAndValue
    extends java.lang.Object
    Holds a single entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int ord
      Ordinal of the entry.
      int value
      Value associated with the ordinal.
    • Constructor Summary

      Constructors 
      Constructor Description
      OrdAndValue()
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.