public abstract class HeuristicMixedHelper extends Object
Constructor and Description |
---|
HeuristicMixedHelper() |
Modifier and Type | Method and Description |
---|---|
static HeuristicMixed |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
HeuristicMixed that) |
static HeuristicMixed |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
HeuristicMixed value) |
public static void insert(Any a, HeuristicMixed that)
public static HeuristicMixed extract(Any a)
public static TypeCode type()
public static String id()
public static HeuristicMixed read(InputStream istream)
public static void write(OutputStream ostream, HeuristicMixed value)
Copyright © 2013. All Rights Reserved.