getEntry (ViewEntryCollection - Java™)
Gets a specified entry in a view entry collection.
Defined in
Syntax
public ViewEntry getEntry(Object entry)
throws NotesException
Parameters
Object obj
A ViewEntry or Document object representing the entry to be retrieved. Cannot be null.
Return value
ViewEntry
The view entry to be retrieved. If the specified entry is not in the collection, returns null.
Usage
This method can be used to get the entry in this collection that corresponds to an entry from another collection or retrieved through other means.