Class IntValueQueue

java.lang.Object
net.anwiba.commons.lang.queue.IntValueQueue

public class IntValueQueue extends Object
  • Constructor Details

    • IntValueQueue

      public IntValueQueue()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • clear

      public void clear()
    • poll

      public int poll()
    • add

      public void add(int value)