Deprecated.
Use java.io.Closeable instead
Marks an index structure class that can be closed. This interface differs
from that in java.io in that this method
does not throw an IOException. It is used by the Index object
to ensure that all data structures are closed, to prevent file
handles and the like leaking.