AvlNode<V> constructor

AvlNode<V>({V object })

Implementation

AvlNode({V object}) : super(object: object);