Class LazyCollection.SubtractionIterator

    • Field Detail

      • s

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

        protected E next
      • nextSet

        protected boolean nextSet
    • Constructor Detail

      • SubtractionIterator

        public SubtractionIterator​(java.util.Collection<?> s)
        Creates a new LazyCollection.SubtractionIterator on this and s.
        Parameters:
        s - the collection to subtract from this