This functionality is only available for certain module packages.

post(Object obj)

Returns the successor to object obj.

post(Object obj)
Argument Object obj Object for which the successor is sought.
Return value Object

Successor to obj.

If obj is the last object of the list, <null> is returned.

If obj is not included in the list, <null> is also returned.