Class LcpMonotoneMinimalPerfectHashFunction.Builder<T>

    • Field Detail

      • keys

        protected java.lang.Iterable<? extends T> keys
      • transform

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

        protected long numKeys
      • signatureWidth

        protected int signatureWidth
      • tempDir

        protected java.io.File tempDir
      • built

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

      • Builder

        public Builder()