com.microstrategy.web.objects.WebChangeJournalLinkitemEntries |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
clear()
Remove all WebChangeJournalLinkitemEntry objects in this collection.
| ||||||||||
abstract WebChangeJournalLinkitemEntry |
get(int index)
Returns the WebChangeJournalLinkitemEntry in this collection according to the index (0-based).
| ||||||||||
abstract int |
size()
Returns the size of this collection.
|
Remove all WebChangeJournalLinkitemEntry objects in this collection.
Returns the WebChangeJournalLinkitemEntry in this collection according to the index (0-based).
index | The index of the WebChangeJournalLinkitemEntry object in the collection (0-based). |
---|
IndexOutOfBoundsException | Thrown when the index is less than 0 or greater or equals to the size of the collection. |
---|
Returns the size of this collection.