AVLTreeIterator<K> class
Constructors
-
AVLTreeIterator({AVLTree<
K> tree, bool isForwardIterator = true})
Properties
- counter ↔ int
-
read / write
-
current
↔ AVLTreeNode<
K> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isForwardIterator → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
stack
↔ List<
AVLTreeNode< K> > -
read / write
-
tree
↔ AVLTree<
K> -
read / write
Methods
-
hasSomeMoreItems(
) → bool -
next(
) → AVLTreeNode< K> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
previous(
) → AVLTreeNode< K> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited