org.omg.CosCollection

Class IteratorHelper


public final class IteratorHelper
extends java.lang.Object

Generated from IDL interface "Iterator"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

static Iterator
extract(Any any)
static String
id()
static void
insert(Any any, Iterator s)
static Iterator
narrow(java.lang.Object obj)
static Iterator
narrow(Object obj)
static Iterator
read(InputStream in)
static TypeCode
type()
static Iterator
unchecked_narrow(Object obj)
static void
write(OutputStream _out, Iterator s)

Method Details

extract

public static Iterator extract(Any any)


id

public static String id()


insert

public static void insert(Any any,
                          Iterator s)


narrow

public static Iterator narrow(java.lang.Object obj)


narrow

public static Iterator narrow(Object obj)


read

public static Iterator read(InputStream in)


type

public static TypeCode type()


unchecked_narrow

public static Iterator unchecked_narrow(Object obj)


write

public static void write(OutputStream _out,
                         Iterator s)