Class AVLTreeMultiMapNode<K, V>

Node used by AVLTreeMultiMap; stores the key with a bucket of values (array).

Time O(1), Space O(1)

Type Parameters

  • K = any
  • V = any

Constructors

Accessors