public abstract class DynSequenceHelper extends Object
DynSequenceHelper()
static DynSequence
extract(Any a)
static String
id()
static void
insert(Any a, DynSequence that)
narrow(Object obj)
read(InputStream istream)
static TypeCode
type()
unchecked_narrow(Object obj)
write(OutputStream ostream, DynSequence value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DynSequenceHelper()
public static void insert(Any a, DynSequence that)
public static DynSequence extract(Any a)
public static TypeCode type()
public static String id()
public static DynSequence read(InputStream istream)
public static void write(OutputStream ostream, DynSequence value)
public static DynSequence narrow(Object obj)
public static DynSequence unchecked_narrow(Object obj)