Class HashCollection.Analysis<H>
java.lang.Object
one.microstream.collections.interfaces.HashCollection.Analysis<H>
- Enclosing interface:
 - HashCollection<E>
 
public static class HashCollection.Analysis<H> extends Object
- 
Constructor Summary
 - 
Method Summary
Modifier and Type Method Description doublegetAverageEntryChainLength()XGettingList<KeyValue<Integer,Integer>>getChainLengthDistribution()doublegetDistributionEfficienty()intgetDistributionRange()floatgetHashDensity()intgetLongestEntryChainLength()intgetShortestEntryChainLength()intgetSize()intgetSlotCount()doublegetStorageEfficienty()HgetSubject()StringtoString() 
- 
Constructor Details
 - 
Method Details
- 
getSubject
 - 
getHashDensity
public float getHashDensity() - 
getSlotCount
public int getSlotCount() - 
getShortestEntryChainLength
public int getShortestEntryChainLength() - 
getAverageEntryChainLength
public double getAverageEntryChainLength() - 
getLongestEntryChainLength
public int getLongestEntryChainLength() - 
getChainLengthDistribution
 - 
getSize
public int getSize() - 
getDistributionEfficienty
public double getDistributionEfficienty() - 
getStorageEfficienty
public double getStorageEfficienty() - 
getDistributionRange
public int getDistributionRange() - 
toString
- Overrides:
 toStringin classObject- See Also:
 Object.toString()
 
 -