public final class QueueHelper
extends java.lang.Object
Constructor and Description |
---|
QueueHelper() |
Modifier and Type | Method and Description |
---|---|
static Queue |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
Queue s) |
static Queue |
narrow(Object obj) |
static Queue |
read(InputStream in) |
static TypeCode |
type() |
static Queue |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
Queue s) |
public static TypeCode type()
public static java.lang.String id()
public static Queue read(InputStream in)
public static void write(OutputStream _out, Queue s)