Class CompoundIntIterator

java.lang.Object
com.ibm.wala.util.collections.CompoundIntIterator
All Implemented Interfaces:
IntIterator

public class CompoundIntIterator extends Object implements IntIterator
An Iterator which provides a concatenation of two IntIterators.
  • Constructor Details

    • CompoundIntIterator

      public CompoundIntIterator(IntIterator A, IntIterator B)
      Parameters:
      A - the first iterator in the concatenated result
      B - the second iterator in the concatenated result
  • Method Details