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