public class QueueFactories
extends java.lang.Object
| Constructor and Description |
|---|
QueueFactories() |
| Modifier and Type | Method and Description |
|---|---|
static <T> QueueFactory<T> |
boundedQueue(int queueSize) |
static <T> QueueFactory<T> |
synchronousQueue() |
static <T> QueueFactory<T> |
unboundedQueue() |
public static <T> QueueFactory<T> boundedQueue(int queueSize)
public static <T> QueueFactory<T> unboundedQueue()
public static <T> QueueFactory<T> synchronousQueue()