Class TLcdConcatEnumeration

java.lang.Object
com.luciad.util.enumeration.TLcdConcatEnumeration
All Implemented Interfaces:
ILcdAutoCloseableEnumeration, AutoCloseable, Enumeration

public class TLcdConcatEnumeration extends Object implements ILcdAutoCloseableEnumeration
This class concatenates two Enumeration objects to a single Enumeration.
  • Constructor Details

    • TLcdConcatEnumeration

      public TLcdConcatEnumeration(Enumeration aEnumeration1, Enumeration aEnumeration2)
      Constructs a new Enumeration that subsequently enumerates the two given Enumerations.
      Parameters:
      aEnumeration1 - the Enumeration that will be returned first.
      aEnumeration2 - the Enumeration that will be returned second.
  • Method Details