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