public class CodedNodeReferenceList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CodedNodeReferenceList() |
Modifier and Type | Method and Description |
---|---|
void |
addCodedNodeReference(CodedNodeReference vCodedNodeReference) |
void |
addCodedNodeReference(int index,
CodedNodeReference vCodedNodeReference) |
java.util.Enumeration<? extends CodedNodeReference> |
enumerateCodedNodeReference()
Method enumerateCodedNodeReference.
|
CodedNodeReference[] |
getCodedNodeReference()
Method getCodedNodeReference.Returns the contents of the
collection in an Array.
|
CodedNodeReference |
getCodedNodeReference(int index)
Method getCodedNodeReference.
|
int |
getCodedNodeReferenceCount()
Method getCodedNodeReferenceCount.
|
java.util.Iterator<? extends CodedNodeReference> |
iterateCodedNodeReference()
Method iterateCodedNodeReference.
|
void |
removeAllCodedNodeReference() |
boolean |
removeCodedNodeReference(CodedNodeReference vCodedNodeReference)
Method removeCodedNodeReference.
|
CodedNodeReference |
removeCodedNodeReferenceAt(int index)
Method removeCodedNodeReferenceAt.
|
void |
setCodedNodeReference(CodedNodeReference[] vCodedNodeReferenceArray) |
void |
setCodedNodeReference(int index,
CodedNodeReference vCodedNodeReference) |
public void addCodedNodeReference(CodedNodeReference vCodedNodeReference) throws java.lang.IndexOutOfBoundsException
vCodedNodeReference
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addCodedNodeReference(int index, CodedNodeReference vCodedNodeReference) throws java.lang.IndexOutOfBoundsException
index
- vCodedNodeReference
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends CodedNodeReference> enumerateCodedNodeReference()
public CodedNodeReference getCodedNodeReference(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic CodedNodeReference[] getCodedNodeReference()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getCodedNodeReferenceCount()
public java.util.Iterator<? extends CodedNodeReference> iterateCodedNodeReference()
public void removeAllCodedNodeReference()
public boolean removeCodedNodeReference(CodedNodeReference vCodedNodeReference)
vCodedNodeReference
- public CodedNodeReference removeCodedNodeReferenceAt(int index)
index
- public void setCodedNodeReference(int index, CodedNodeReference vCodedNodeReference) throws java.lang.IndexOutOfBoundsException
index
- vCodedNodeReference
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setCodedNodeReference(CodedNodeReference[] vCodedNodeReferenceArray)
vCodedNodeReferenceArray
-