Interface ObjectPool.MemoryMeasure<E>

Type Parameters:
E -
Enclosing interface:
ObjectPool<E extends Poolable>

public static interface ObjectPool.MemoryMeasure<E>
The Interface MemoryMeasure.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    sizeOf(E e)
     
  • Method Details

    • sizeOf

      long sizeOf(E e)
      Parameters:
      e -
      Returns: