ca.odell.glazedlists
Interface DisposableMap<K,V>
- Map
public interface DisposableMap<K,V>
extends Map
A special kind of Map backed by an EventList that is expected to live longer
than this Map. It defines a
dispose()
method which should be called
when the Map is no longer useful, but the underlying
EventList
is
still referenced and useful. It allows this Map to be garbage collected
before its source
EventList
.
void | dispose() - Releases the resources consumed by this
DisposableMap so that it
may eventually be garbage collected.
|
dispose
public void dispose()
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2009-07-14 22:05