Class WebChangeJournalEntriesImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Remove all WebChangeJournalEntry objects in this collection.
      WebChangeJournalEntry get​(int index)
      Returns the WebChangeJournalEntry in this collection according to the index (0-based).
      int size()
      Returns the size of this collection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public WebChangeJournalEntry get​(int index)
                                  throws java.lang.IndexOutOfBoundsException
        Description copied from interface: WebChangeJournalEntries
        Returns the WebChangeJournalEntry in this collection according to the index (0-based).
        Specified by:
        get in interface WebChangeJournalEntries
        Parameters:
        index - The index of the WebChangeJournalEntry object in the collection (0-based).
        Returns:
        the WebChangeJournalEntry object in this collection according to the index.
        Throws:
        java.lang.IndexOutOfBoundsException - Thrown when the index is less than 0 or greater or equals to the size of the collection.