getPrev (Outline - Java)

Gets the entry immediately preceding a specified entry of an outline.

Defined in

Outline

Syntax

public OutlineEntry getPrev(OutlineEntry entry)
     throws NotesException

Parameters

OutlineEntry entry

An entry in the outline.

Return value

OutlineEntry

The entry preceding the one specified as the parameter, or null if there is no next entry.

Example