Class TLcdLimitedEnumeration

java.lang.Object
com.luciad.util.enumeration.TLcdLimitedEnumeration
All Implemented Interfaces:
Enumeration

public class TLcdLimitedEnumeration extends Object implements Enumeration
This Enumeration delegates to a given Enumeration, but only returns a given maximum number of its elements.
Since:
9.1.01
  • Constructor Details

    • TLcdLimitedEnumeration

      public TLcdLimitedEnumeration(Enumeration aEnumeration, int aCount)
      Constructs a new Enumeration from the given Enumeration with the given maximum number of elements.
      Parameters:
      aEnumeration - the basic Enumeration that will be returned.
      aCount - the maximum number of elements that will be returned.
  • Method Details