Class LazyBagOnCollection<E>

Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>

public class LazyBagOnCollection<E> extends LazyBag<E>
LazyBag that passes method calls through to the underlying Collection, where possible, instead of going via Iterators.