public final class DequeFactoryHelper extends Object
Constructor and Description |
---|
DequeFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static DequeFactory |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
DequeFactory s) |
static DequeFactory |
narrow(Object obj) |
static DequeFactory |
read(InputStream in) |
static TypeCode |
type() |
static DequeFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
DequeFactory s) |
public static void insert(Any any, DequeFactory s)
public static DequeFactory extract(Any any)
public static TypeCode type()
public static String id()
public static DequeFactory read(InputStream in)
public static void write(OutputStream _out, DequeFactory s)
public static DequeFactory narrow(Object obj)
public static DequeFactory unchecked_narrow(Object obj)
Copyright © 2017 JacORB. All rights reserved.