Interface IORTemplateList

  • All Superinterfaces:
    java.util.Collection<IORTemplate>, IORFactory, java.lang.Iterable<IORTemplate>, java.util.List<IORTemplate>, MakeImmutable, Writeable
    All Known Implementing Classes:
    IORTemplateListImpl

    public interface IORTemplateList
    extends java.util.List<IORTemplate>, IORFactory, MakeImmutable
    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.
    • Method Summary

      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
      • Methods inherited from interface com.sun.corba.ee.spi.ior.Writeable

        write