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