isReclaimed Method

Description

Returns whether or not the Explicit memory block indicated by the object is in the reserved for release state or the released state.

Format

public boolean isReclaimed();

Parameters

None

Exceptions

None

Return value

This method returns the state of the Explicit memory block indicated by the object, in the following boolean types:

true:
This value is returned when the Explicit memory block indicated by the object is either in the reserve for release state or the released state.
false:
This value is returned when the Explicit memory block indicated by the object is in the enabled state.