Class IntQueue


  • class IntQueue
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  IntQueue.Entry  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(int value)  
      (package private) boolean isEmpty()  
      (package private) int take()  
      • Methods inherited from class java.lang.Object

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

      • IntQueue

        IntQueue()
    • Method Detail

      • add

        void add​(int value)
      • isEmpty

        boolean isEmpty()
      • take

        int take()