IndexStatHash
类定义
public static class IndexStatHash extends IndexStat
{
public long AvgChainLength;
public long MaxChainLength;
};定义说明
AvgChainLength
哈希表中链表链的平均元素数量
MaxChainLength
哈希表中链表链的最大元素数量
public static class IndexStatHash extends IndexStat
{
public long AvgChainLength;
public long MaxChainLength;
};哈希表中链表链的平均元素数量
哈希表中链表链的最大元素数量