Class LazyCollection.IntersectionIterator

    • Field Detail

      • s

        protected final java.util.Collection<E> s
      • next

        protected E next
      • nextSet

        protected boolean nextSet
    • Constructor Detail

      • IntersectionIterator

        public IntersectionIterator​(java.util.Collection<E> s)
        Creates a new LazyCollection.IntersectionIterator on this and s.
        Parameters:
        s - the collection to intersect with this