📄 intarrayholder.java
字号:
package maptest;
/**
* maptest/IntArrayHolder.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from maptest.idl
* Monday, May 14, 2001 4:18:09 PM PDT
*/
// typedef StructMap BoundStructMapSeq[5];
public final class IntArrayHolder implements org.omg.CORBA.portable.Streamable
{
public int value[] = null;
public IntArrayHolder ()
{
}
public IntArrayHolder (int[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = maptest.IntArrayHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
maptest.IntArrayHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return maptest.IntArrayHelper.type ();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -