Is Disposable the only allowed interface for ARM blocks?
Joshua Bloch
jjb at google.com
Mon Mar 1 10:13:03 PST 2010
Micahel,
On Mon, Mar 1, 2010 at 8:48 AM, Michael Bien <mbien at fh-landshut.de> wrote:
> Hello,
>
> Disposable.close() is intuitive if applied on streams but not necessary
> in other situations. It would be nice to have other synonyms like e.g
> dispose() or release(). I think there was an discussion about allowing
> more interfaces on this list but it seems the ARM proposal only suggests
> Disposable with close().
> Is this final?
Final is a strong word, but it is the plan of record (and what we
implemented).
Josh
More information about the coin-dev
mailing list