getFirst (ViewNavigator - Java)

Returns the first entry in a view navigator.

Defined in

ViewNavigator

Syntax

public ViewEntry getFirst()
    throws NotesException

Return value

ViewEntry

The first entry. Returns null if there are no entries.

Usage

This method moves the current pointer to the retrieved entry unless the return value is null.

Example