assertReclaimed method
Implementation
@override
void assertReclaimed()
{
if (!this._reclaimed) {
throw new Exception("Reclaimable.assertReclaimed(): This object is not reclaimed, but is expected to be.");
}
}
@override
void assertReclaimed()
{
if (!this._reclaimed) {
throw new Exception("Reclaimable.assertReclaimed(): This object is not reclaimed, but is expected to be.");
}
}