コード例 #1
0
        public Node GetValue(string key)
        {
            int pos = hastValue.GetPosition(key, mod);

            return(chain.GetValue(key, pos));
        }