Class TwoStepsGOV3Function.Builder<T>

java.lang.Object
it.unimi.dsi.sux4j.mph.TwoStepsGOV3Function.Builder<T>
Enclosing class:
TwoStepsGOV3Function<T>

public static class TwoStepsGOV3Function.Builder<T> extends Object
A builder class for TwoStepsGOV3Function.
  • Field Details

    • keys

      protected Iterable<? extends T> keys
    • transform

      protected it.unimi.dsi.bits.TransformationStrategy<? super T> transform
    • tempDir

      protected File tempDir
    • bucketedHashStore

      protected BucketedHashStore<T> bucketedHashStore
    • values

      protected it.unimi.dsi.fastutil.longs.LongBigList values
    • built

      protected boolean built
      Whether build() has already been called.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details