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 |
|---|
AverageSize(int size,
int count,
int estSize,
int estCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
Copyright (c) 2004-2012 Oracle. All rights reserved.