public final class VbaReferenceCollection
extends java.lang.Object
implements java.lang.Iterable
VbaReference objects.| Modifier and Type | Method and Description |
|---|---|
VbaReference |
get(int index)
Gets
VbaReference object at the specified index. |
int |
getCount()
Returns the number of VBA references in the collection.
|
java.util.Iterator |
iterator() |
void |
remove(VbaReference item)
Removes the first occurrence of a specified VbaReference item from the collection.
|
void |
removeAt(int index)
Removes the VbaReference element at the specified index of the collection.
|
public final void remove(VbaReference item)
public final void removeAt(int index)
public final java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic final int getCount()
public final VbaReference get(int index)
VbaReference object at the specified index.index - The zero-based index of the reference to get.VbaReference object at the specified index.