static class UtilizationCalculator.AverageSize
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
count |
(package private) int |
estCount |
(package private) int |
estSize |
(package private) int |
size |
Constructor and Description |
---|
UtilizationCalculator.AverageSize(int size,
int count,
int estSize,
int estCount) |
Copyright (c) 2004-2012 Oracle. All rights reserved.