LinkedList.Node.Iterator
CLASS
LinkedList.Node.Iterator
Swift
1public class Iterator: IteratorProtocol
Methods
next()
Swift
1public func next() -> Element?
CLASS
LinkedList.Node.Iterator
1public class Iterator: IteratorProtocol
next()
1public func next() -> Element?