📄 iortemplate.java
字号:
/* * @(#)IORTemplate.java 1.9 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.spi.ior ;import java.util.List ;import java.util.Iterator ;/** An IORTemplate provides all of the data necessary to create an IOR except * for the typeId and ObjectId. It is a list of TaggedProfileTemplates. */public interface IORTemplate extends List, IORFactory, MakeImmutable { /** Iterate over all TaggedProfileTemplates in this IORTemplate * with the given id. */ Iterator iteratorById( int id ) ; ObjectKeyTemplate getObjectKeyTemplate() ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -