Schnittstelle IPerformanceAnalyzer

Alle bekannten Implementierungsklassen:
PerformanceAnalyzer

public interface IPerformanceAnalyzer
  • Methodendetails

    • onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity

      <O> boolean onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)