Class HashTableGenerator<K,​V extends Constant>

java.lang.Object
org.robovm.compiler.hash.HashTableGenerator<K,​V>

public class HashTableGenerator<K,​V extends Constant>
extends Object
Generates static hash tables in the form of a StructureConstant using a HashFunction.
  • Constructor Details

    • HashTableGenerator

      public HashTableGenerator​(HashFunction<K> function)
    • HashTableGenerator

      public HashTableGenerator​(HashFunction<K> function, int tableSize)
    • HashTableGenerator

      public HashTableGenerator​(HashFunction<K> function, int tableSize, double loadFactor)
  • Method Details