IORTemplateListpublic interface IORTemplateList implements List, IORFactory, MakeImmutableAn 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. |
|