Class SetUniqueList.SetListIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object last  
      protected java.util.Set set  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SetListIterator​(java.util.Iterator it, java.util.Set set)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • set

        protected final java.util.Set set
      • last

        protected java.lang.Object last
    • Constructor Detail

      • SetListIterator

        protected SetListIterator​(java.util.Iterator it,
                                  java.util.Set set)