public abstract class KeyCollectionHelper extends Object
| Constructor and Description |
|---|
KeyCollectionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static KeyCollection |
extract(Any any) |
static 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 TypeCode type()
public static void insert(Any any, KeyCollection s)
public static KeyCollection extract(Any any)
public static 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)
Copyright © 2015 JacORB. All rights reserved.