|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Finalizable | |
|---|---|
| org.jruby | |
| org.jruby.util.io | |
| Uses of Finalizable in org.jruby |
|---|
| Classes in org.jruby that implement Finalizable | |
|---|---|
static class |
RubyBasicObject.Finalizer
Class that keeps track of the finalizers for the object under operation. |
| Methods in org.jruby with parameters of type Finalizable | |
|---|---|
void |
Ruby.addFinalizer(Finalizable finalizer)
|
void |
Ruby.addInternalFinalizer(Finalizable finalizer)
|
void |
Ruby.removeFinalizer(Finalizable finalizer)
|
void |
Ruby.removeInternalFinalizer(Finalizable finalizer)
|
| Uses of Finalizable in org.jruby.util.io |
|---|
| Classes in org.jruby.util.io that implement Finalizable | |
|---|---|
class |
ChannelStream
This file implements a seekable IO file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||