Class SlotIterator

java.lang.Object
org.eclipse.birt.report.model.api.SlotIterator
All Implemented Interfaces:
Iterator<DesignElementHandle>

public class SlotIterator extends Object implements Iterator<DesignElementHandle>
An Iterator over the elements in a slot. Each call to getNext( ) returns a handle of type DesignElementHandle.
  • Field Details

    • slotHandle

      protected final SlotHandle slotHandle
      Handle to the slot over which to iterate.
    • posn

      protected int posn
      Current iteration position.
  • Constructor Details

    • SlotIterator

      public SlotIterator(SlotHandle handle)
      Constructs an iterator for the given slot.
      Parameters:
      handle - handle to the slot over which to iterate
  • Method Details