Class LazyBag.UnionBag<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>
Enclosing class:
LazyBag<E>

public static class LazyBag.UnionBag<E> extends LazyBag<E>
LazyBag that implements the "union" operation.