Class IntValueQueue


  • public class IntValueQueue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IntValueQueue()  
    • Method Summary

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

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

      • IntValueQueue

        public IntValueQueue()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • clear

        public void clear()
      • poll

        public int poll()
      • add

        public void add​(int value)