Package com.luciad.util.enumeration
Interface ILcdAutoCloseableEnumeration<E>
- All Superinterfaces:
AutoCloseable,Enumeration<E>
- All Known Implementing Classes:
TLcdConcatEnumeration,TLcdEmptyEnumeration,TLcdFilteredEnumeration,TLcdFinalizedEnumeration,TLcdMorphedEnumeration,TLcdSubEnumeration
An
Enumeration that is AutoCloseable.- Since:
- 2018.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()This close method does not throw checked exceptions.Methods inherited from interface java.util.Enumeration
asIterator, hasMoreElements, nextElement
-
Method Details
-
close
void close()This close method does not throw checked exceptions.- Specified by:
closein interfaceAutoCloseable
-