doubleCapacity

Returns a new array containing the same nodes as {@code oldTable} , but with twice as many trees, each of (approximately) half the previous size.

open fun <K, V> doubleCapacity(oldTable: Array<LinkedHashTreeMap.Node<K, V>>): Array<LinkedHashTreeMap.Node<K, V>>