Class LinkedIterator

  • All Implemented Interfaces:
    java.util.Iterator

    public class LinkedIterator
    extends java.lang.Object
    implements java.util.Iterator
    Deprecated.
    This class is undocumented and untested. It will be removed in a future release.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int cur
      Deprecated.
       
      private java.util.List iterators
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkedIterator()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addIterator​(java.util.Iterator i)
      Deprecated.
       
      boolean hasNext()
      Deprecated.
       
      java.lang.Object next()
      Deprecated.
       
      void remove()
      Deprecated.
      This operation is not supported.
      • 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

      • iterators

        private java.util.List iterators
        Deprecated.
      • cur

        private int cur
        Deprecated.
    • Constructor Detail

      • LinkedIterator

        public LinkedIterator()
        Deprecated.
    • Method Detail

      • addIterator

        public void addIterator​(java.util.Iterator i)
        Deprecated.
      • hasNext

        public boolean hasNext()
        Deprecated.
        Specified by:
        hasNext in interface java.util.Iterator
      • next

        public java.lang.Object next()
        Deprecated.
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Deprecated.
        This operation is not supported.
        Specified by:
        remove in interface java.util.Iterator
        Throws:
        java.lang.UnsupportedOperationException