iortemplatelist.java

来自「JAVA的一些源码 JAVA2 STANDARD EDITION DEVELO」· Java 代码 · 共 21 行

JAVA
21
字号
/* * @(#)IORTemplateList.java	1.5 03/12/19 * * Copyright 2004 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 ;/** An IORTemplateList is a list of IORTemplate instances.  It can be used to create IORs. * This is useful for representing IORs made of profiles from different object * adapters. * Note that any IORFactory can be added to an IORTemplateList, but it is flattened * so that the result is just a list of IORTemplate instances. */public interface IORTemplateList extends List, IORFactory, MakeImmutable {}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?