Interface ArrayGenerator.GeneratorWithSpaceSize<ARRAY_T>

Enclosing class:
ArrayGenerator
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ArrayGenerator.GeneratorWithSpaceSize<ARRAY_T>
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(Random random, int size, int spaceSize)
     
  • Method Details

    • generate

      ARRAY_T generate(Random random, int size, int spaceSize)