class documentation

class LinkedListIterator(collections.abc.Iterator):

View In Hierarchy

Iterator for the linked list

Method __init__ Undocumented
Method __next__ Undocumented
Method next Undocumented
Instance Variable _next Undocumented
def __init__(self, obj):

Undocumented

def __next__(self):

Undocumented

def next(self):

Undocumented

_next =

Undocumented