Interface HashOrderMixingStrategy

    • Method Detail

      • newKeyMixer

        int newKeyMixer​(int newContainerBufferSize)
        A new key mixer value. The value can be derived from the new buffer size of the container, but preferably should be random and unique.
        Parameters:
        newContainerBufferSize -
      • clone

        HashOrderMixingStrategy clone()
        Returns:
        Return a clone of this strategy. This should use a different mixing because cloned containers should have a different hash ordering.