Class CursorableLinkedList.Cursor

    • Method Detail

      • close

        public void close()
        Deprecated.
        Mark this cursor as no longer being needed. Any resources associated with this cursor are immediately released. In previous versions of this class, it was mandatory to close all cursor objects to avoid memory leaks. It is no longer necessary to call this close method; an instance of this class can now be treated exactly like a normal iterator.