Package org.mantoux.util.datastructures
Class Queue<Item>
- java.lang.Object
-
- org.mantoux.util.datastructures.Queue<Item>
-
-
Constructor Summary
Constructors Constructor Description Queue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Itemdequeue()voidenqueue(Item element)booleanisEmpty()Iterator<Item>iterator()intsize()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-