Class CachedIteratorCollection<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>

    public class CachedIteratorCollection<E>
    extends AbstractCollection<E>
    Extend java.util.AbstractCollection to create a collection that can be iterated over without creation of a new object
    Since:
    0.9.36