Package net.anwiba.commons.lang.queue
Class IntValueQueue
- java.lang.Object
-
- net.anwiba.commons.lang.queue.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 voidadd(int value)voidclear()booleanisEmpty()intpoll()
-