AvlNode<V> class

Private class used to track element insertions in the TreeSet.

Constructors

AvlNode({V object })

Properties

balance int
read-only
left AvlNode<V>
read-only
parent AvlNode<V>
read-only
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
maximumNode → _TreeNode<V>
Return the maximum node for the subtree
read-only, inherited
minimumNode → _TreeNode<V>
Return the minimum node for the subtree
read-only, inherited
object ↔ V
read / write, inherited
predecessor → _TreeNode<V>
Return the next smaller element (or null)
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
successor → _TreeNode<V>
Return the next greatest element (or null)
read-only, inherited

Methods

toString() String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited