com.microstrategy.web.objects.WebChangeJournalObjectEntries |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
clear()
Remove all WebChangeJournalObjectEntry objects in this collection.
| ||||||||||
abstract WebChangeJournalObjectEntry |
get(int index)
Returns the WebChangeJournalObjectEntry in this collection according to the index (0-based).
| ||||||||||
abstract int |
size()
Returns the size of this collection.
|
Remove all WebChangeJournalObjectEntry objects in this collection.
Returns the WebChangeJournalObjectEntry in this collection according to the index (0-based).
index | The index of the WebChangeJournalEntry 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.