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