A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Q

Queue<TYPE> - Class in jhelp.util.list
Queue of element
Queue() - Constructor for class jhelp.util.list.Queue
Create a new instance of empty Queue
queue - Variable in class jhelp.util.list.Queue
Queue queue (last element)
queue - Variable in class jhelp.util.list.QueuePriority
Priority queue
queue - Variable in class jhelp.util.stateMachine.StateMachine
Queue of waiting state queue
Queue.Element<ELEMENT> - Class in jhelp.util.list
Element of the queue
Queue.Element(ELEMENT) - Constructor for class jhelp.util.list.Queue.Element
Create a new instance of Element
QueuePriority<T> - Class in jhelp.util.list
Queue with priority
You decide the priority just at the moment of add, the information of priority not link to the element instance, so you can add the same instance two times with a different priority
You needn't that element is Comparable

Last modification : 8 mai 2010
Version 0.0.0
QueuePriority(boolean) - Constructor for class jhelp.util.list.QueuePriority
Constructs QueuePriority
QueuePriority.CompatorElement<T> - Class in jhelp.util.list
Comparator of QueuePriority.Element

Last modification : 19 juin 2010
Version 0.0.0
QueuePriority.CompatorElement(boolean) - Constructor for class jhelp.util.list.QueuePriority.CompatorElement
Constructs CompatorElement
QueuePriority.Element<T> - Class in jhelp.util.list
Element of the queue

Last modification : 19 juin 2010
Version 0.0.0
QueuePriority.Element(int, T) - Constructor for class jhelp.util.list.QueuePriority.Element
Constructs Element
QueueSynchronized<Element> - Class in jhelp.util.list
A queue

Last modification : 25 janv. 2009
Version 0.0.1
QueueSynchronized() - Constructor for class jhelp.util.list.QueueSynchronized
Constructs Queue
QueueSynchronized.Link<Elt> - Class in jhelp.util.list
Link between tow elements in the queue

Last modification : 25 janv. 2009
Version 0.0.1
QueueSynchronized.Link() - Constructor for class jhelp.util.list.QueueSynchronized.Link
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z