Class LongHashIndex

java.lang.Object
org.pentaho.di.core.hash.LongHashIndex

public class LongHashIndex extends Object
  • Constructor Details

    • LongHashIndex

      public LongHashIndex(int size)
      Create a new long/long hash index
      Parameters:
      size - the initial size of the hash index
    • LongHashIndex

      public LongHashIndex()
      Create a new long/long hash index
  • Method Details