Interface ILcdAutoCloseableEnumeration<E>

All Superinterfaces:
AutoCloseable, Enumeration<E>
All Known Implementing Classes:
TLcdConcatEnumeration, TLcdEmptyEnumeration, TLcdFilteredEnumeration, TLcdFinalizedEnumeration, TLcdMorphedEnumeration, TLcdSubEnumeration

public interface ILcdAutoCloseableEnumeration<E> extends Enumeration<E>, AutoCloseable
An Enumeration that is AutoCloseable.
Since:
2018.2
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    This close method does not throw checked exceptions.

    Methods inherited from interface java.util.Enumeration Link icon

    asIterator, hasMoreElements, nextElement
  • Method Details Link icon

    • close Link icon

      void close()
      This close method does not throw checked exceptions.
      Specified by:
      close in interface AutoCloseable