ListIterator

haxe.ds._List.ListIterator (private class)

Instance Members

hasNext(): Bool
Returns
Bool

Returns
haxe.ds._List.ListIterator.T

new(head: ListNode<haxe.ds._List.ListIterator.T>): Void
Name Type
head ListNode<haxe.ds._List.ListIterator.T>

Private Members