All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dakusui.jcunit.plugins.levelsproviders.MappingLevelsProviderBase Maven / Gradle / Ivy

package com.github.dakusui.jcunit.plugins.levelsproviders;

public abstract class MappingLevelsProviderBase
    extends LevelsProvider.Base {
  public MappingLevelsProviderBase() {
  }

  @Override
  public int size() {
    return 1;
  }

  /**
   * This method always returns {@code null} since it will be replaced by the value
   * the {@code FactorMapper#apply} returns.
   *
   */
  @Override
  public T get(int n) {
    return null;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy