scala.concurrent

trait LinkedListQueueCreator

[source: scala/concurrent/LinkedListQueueCreator.scala]

trait LinkedListQueueCreator
extends AnyRef
Efficient queue module creator based on linked lists.
Method Summary
def queueCreate [A <: AnyRef >: Null] : QueueModule[A]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def queueCreate[A <: AnyRef >: Null] : QueueModule[A]