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