public abstract class SizeEstimator<T>
extends java.lang.Object
Constructor and Description |
---|
SizeEstimator() |
Modifier and Type | Method and Description |
---|---|
abstract long |
estimateSize(T value) |
long |
estimateSizeDelta(T oldValue,
T newValue) |