public interface ILcdAutoCloseableEnumeration<E>
extends java.util.Enumeration<E>, java.lang.AutoCloseable
Enumeration
that is AutoCloseable
.Modifier and Type | Method and Description |
---|---|
void |
close()
This close method does not throw checked exceptions.
|