Uses of Class
org.omg.CORBA.Bounds
-
Packages that use Bounds 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。 -
-
Uses of Bounds in org.omg.CORBA
Methods in org.omg.CORBA that return Bounds Modifier and Type 方法 描述 static BoundsBoundsHelper. extract(Any a)static BoundsBoundsHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type Bounds Modifier and Type 方法 描述 static voidBoundsHelper. insert(Any a, Bounds that)static voidBoundsHelper. write(OutputStream ostream, Bounds value)Methods in org.omg.CORBA that throw Bounds Modifier and Type 方法 描述 abstract StringContextList. item(int index)返回给定索引处的String对象。abstract TypeCodeExceptionList. item(int index)返回给定索引处的TypeCode对象。abstract NamedValueNVList. item(int index)在给定索引处检索NamedValue对象。abstract voidContextList. remove(int index)删除给定索引处的String对象。abstract voidExceptionList. remove(int index)删除给定索引处的TypeCode对象。abstract voidNVList. remove(int index)Removes theNamedValueobject at the given index.
-