public class IORTemplateListImpl extends FreezableList implements IORTemplateList
modCount| Constructor and Description |
|---|
IORTemplateListImpl() |
IORTemplateListImpl(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element) |
boolean |
isEquivalent(IORFactory other)
Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and
oid.
|
void |
makeImmutable() |
IOR |
makeIOR(ORB orb,
String typeid,
ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.
|
Object |
set(int index,
Object element) |
void |
write(OutputStream os)
Write this object directly to the output stream.
|
equals, get, hashCode, isImmutable, makeElementsImmutable, remove, size, subListadd, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic IORTemplateListImpl()
public IORTemplateListImpl(InputStream is)
public Object set(int index, Object element)
set in interface List<Object>set in class FreezableListpublic void add(int index,
Object element)
add in interface List<Object>add in class FreezableListpublic void makeImmutable()
makeImmutable in interface MakeImmutablemakeImmutable in class FreezableListpublic void write(OutputStream os)
Writeablepublic IOR makeIOR(ORB orb, String typeid, ObjectId oid)
IORFactorymakeIOR in interface IORFactorypublic boolean isEquivalent(IORFactory other)
IORFactoryisEquivalent in interface IORFactoryCopyright © 2023 JBoss by Red Hat. All rights reserved.