Interface SizeEstimator<T>
-
- All Known Implementing Classes:
CoderSizeEstimator,NullSizeEstimator
public interface SizeEstimator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longsizeOf(T element)
-
-
-
Method Detail
-
sizeOf
long sizeOf(T element)
-
-