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