Class UnionIteration<E>

    • Constructor Detail

      • UnionIteration

        @SafeVarargs
        public UnionIteration​(CloseableIteration<? extends E>... args)
        Deprecated.
        Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
        Parameters:
        args - The Iterations containing the elements to iterate over.
      • UnionIteration

        public UnionIteration​(Iterable<? extends CloseableIteration<? extends E>> args)
        Deprecated.
        Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
        Parameters:
        args - The Iterations containing the elements to iterate over.