Package com.luciad.util.enumeration
package com.luciad.util.enumeration
Enumeration utilities.
- Since:
- 1.0
-
ClassDescriptionAn
Enumerationthat isAutoCloseable.This interface specifies a method that is executed at the end of aTLcdFinalizedEnumeration.ILcdMorphingFunction<T,S> This interface specifies a method that transforms a given object and returns the result.This class concatenates anEnumerationofEnumerationobjects to a singleEnumeration.This class concatenates twoEnumerationobjects to a singleEnumeration.AnEnumerationthat contains no elements.ThisEnumerationdelegates to a givenEnumeration, filtering out elements with a given filter.This class returns a givenEnumeration, and performs a given action after having returned the last element.ThisEnumerationdelegates to a givenEnumeration, but only returns a given maximum number of its elements.This class generates a modifiedEnumerationfrom a givenEnumeration, by applying a given transformation to each of the elements before returning it.ThisEnumerationis equal to a givenEnumerationminus a given set of elements.