Module com.microsoft.gctoolkit.api
Class BinaryTreeDictionary
- java.lang.Object
-
- com.microsoft.gctoolkit.event.generational.BinaryTreeDictionary
-
public class BinaryTreeDictionary extends Object
-
-
Constructor Summary
Constructors Constructor Description BinaryTreeDictionary(long totalFreeSpace, long maxChunkSize, int numberOfBlocks, long averageBlockSize, int treeHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAverageBlockSize()longgetMaxChunkSize()intgetNumberOfBlocks()longgetTotalFreeSpace()intgetTreeHeight()
-