Class LazyCollection.ExcludingIterator

    • Field Detail

      • object

        protected final java.lang.Object object
      • next

        protected E next
      • nextSet

        protected boolean nextSet
    • Constructor Detail

      • ExcludingIterator

        public ExcludingIterator​(java.lang.Object object)
        Creates a new LazyCollection.ExcludingIterator, which excludes object.
        Parameters:
        object - the object to exclude