Class OneToTwoDimArrayIterator

java.lang.Object
org.testng.internal.collections.OneToTwoDimArrayIterator
All Implemented Interfaces:
Iterator<Object[]>

public class OneToTwoDimArrayIterator extends Object implements Iterator<Object[]>
  • Field Details

    • m_objects

      private final Object[] m_objects
    • m_count

      private int m_count
  • Constructor Details

    • OneToTwoDimArrayIterator

      public OneToTwoDimArrayIterator(Object[] objects)
  • Method Details