Package com.luciad.util.enumeration


package com.luciad.util.enumeration
Enumeration utilities.
Since:
1.0
  • Class
    Description
    An Enumeration that is AutoCloseable.
    This interface specifies a method that is executed at the end of a TLcdFinalizedEnumeration.
    This interface specifies a method that transforms a given object and returns the result.
    This class concatenates an Enumeration of Enumeration objects to a single Enumeration.
    This class concatenates two Enumeration objects to a single Enumeration.
    An Enumeration that contains no elements.
    This Enumeration delegates to a given Enumeration, filtering out elements with a given filter.
    This class returns a given Enumeration, and performs a given action after having returned the last element.
    This Enumeration delegates to a given Enumeration, but only returns a given maximum number of its elements.
    This class generates a modified Enumeration from a given Enumeration, by applying a given transformation to each of the elements before returning it.
    This Enumeration is equal to a given Enumeration minus a given set of elements.