public abstract class IteratorHelper extends Object
| Constructor and Description |
|---|
IteratorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Iterator s) |
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) |
public static TypeCode type()
public static String id()
public static Iterator read(InputStream in)
public static void write(OutputStream _out, Iterator s)
Copyright © 2015 JacORB. All rights reserved.