Class IntQueue.Entry

  • Enclosing class:
    IntQueue

    private static class IntQueue.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Entry​(int value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        private Entry​(int value)