public class QueueCreate<T> extends Object
QueueCreate()
Queue<T>
create(QueueElement<T>[] queueElements)
QueueElement<T>
createQueueElement(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueueCreate()
public Queue<T> create(QueueElement<T>[] queueElements)
public QueueElement<T> createQueueElement(T object)
Copyright © 2014. All Rights Reserved.