org.apache.commons.pipeline.util
Class QueueFactory.LinkedListFactory<T>

java.lang.Object
  extended by org.apache.commons.pipeline.util.QueueFactory.AbstractQueueFactory<T>
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.commons.pipeline.util.QueueFactory
QueueFactory.AbstractQueueFactory<T>, QueueFactory.ConcurrentLinkedQueueFactory<T>, QueueFactory.LinkedListFactory<T>, QueueFactory.PriorityQueueFactory<T>
 
Field Summary
 
Fields inherited from class org.apache.commons.pipeline.util.QueueFactory.AbstractQueueFactory
initialContents
 
Constructor Summary
QueueFactory.LinkedListFactory()
           
 
Method Summary
 LinkedList<T> createQueue()
          Create a new queue.
 
Methods inherited from class org.apache.commons.pipeline.util.QueueFactory.AbstractQueueFactory
getInitialContents, setInitialContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueFactory.LinkedListFactory

public QueueFactory.LinkedListFactory()
Method Detail

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.