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, subList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public IORTemplateListImpl()
public IORTemplateListImpl(InputStream is)
public Object set(int index, Object element)
set
in interface List
set
in class FreezableList
public void add(int index, Object element)
add
in interface List
add
in class FreezableList
public void makeImmutable()
makeImmutable
in interface MakeImmutable
makeImmutable
in class FreezableList
public void write(OutputStream os)
Writeable
public IOR makeIOR(ORB orb, String typeid, ObjectId oid)
IORFactory
makeIOR
in interface IORFactory
public boolean isEquivalent(IORFactory other)
IORFactory
isEquivalent
in interface IORFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.