keyAt method
Returns the key at visible position i. Unchecked — i must satisfy
0 <= i < length.
Implementation
TKey keyAt(int i) {
return _nids.keyOfUnchecked(_orderNids[i]);
}
Returns the key at visible position i. Unchecked — i must satisfy
0 <= i < length.
TKey keyAt(int i) {
return _nids.keyOfUnchecked(_orderNids[i]);
}