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