Schnittstelle IPerformanceAnalyzer

Alle bekannten Implementierungsklassen:
PerformanceAnalyzer

public interface IPerformanceAnalyzer
Autor:
Silvan Wyss
  • Methodendetails

    • onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity

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