Interface MemoryEstimation


  • public interface MemoryEstimation
    A description of an object that has resources residing in memory.
    • Method Detail

      • description

        java.lang.String description()
        Returns:
        a textual description for this component.
      • components

        default java.util.Collection<MemoryEstimation> components()
        Returns:
        nested resources of this component.