The Collectable interface

Introduction

Represents a garbage-collectable object.

Interface synopsis

Collectable
interface Collectable {
/* Methods */
public true isGarbage()
}
Table of Contents