Public Member Functions | |
| Garbo () | |
Public Attributes | |
| final int | i |
Static Public Attributes | |
| static int | created = 0 |
| static int | destroyed = 0 |
Protected Member Functions | |
| void | finalize () throws Throwable |
Definition at line 3 of file Garbo.java.
| jpl::test::Garbo::Garbo | ( | ) | [inline] |
Definition at line 8 of file Garbo.java.
| void jpl::test::Garbo::finalize | ( | ) | throws Throwable [inline, protected] |
Definition at line 11 of file Garbo.java.
int jpl::test::Garbo::created = 0 [static] |
Definition at line 4 of file Garbo.java.
int jpl::test::Garbo::destroyed = 0 [static] |
Definition at line 5 of file Garbo.java.
| final int jpl::test::Garbo::i |
Definition at line 7 of file Garbo.java.