org.apache.commons.pipeline.util
Class QueueFactory.LinkedListFactory<T>
java.lang.Object
org.apache.commons.pipeline.util.QueueFactory.AbstractQueueFactory<T>
org.apache.commons.pipeline.util.QueueFactory.LinkedListFactory<T>
- All Implemented Interfaces:
- QueueFactory<T>
- Enclosing interface:
- QueueFactory<T>
public static class QueueFactory.LinkedListFactory<T>
- extends QueueFactory.AbstractQueueFactory<T>
- implements QueueFactory<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueFactory.LinkedListFactory
public QueueFactory.LinkedListFactory()
createQueue
public LinkedList<T> createQueue()
- Description copied from interface:
QueueFactory
- Create a new queue.
- Specified by:
createQueue
in interface QueueFactory<T>
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.