All Known Implementing Classes:
CoderSizeEstimator, NullSizeEstimator

public interface SizeEstimator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    sizeOf(T element)
     
  • Method Details

    • sizeOf

      long sizeOf(T element)