getLastEntry (ViewEntryCollection - Java)

Gets the last entry in a view entry collection.

Defined in

ViewEntryCollection

Syntax

public ViewEntry getLastEntry()
    throws NotesException

Return value

ViewEntry

The last entry in the view entry collection. If there are no entries in the collection, returns null.

Example