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