Class IntKeyOpenHashMap

java.lang.Object
zombie.util.map.AbstractIntKeyMap
zombie.util.map.IntKeyOpenHashMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IntKeyMap

public class IntKeyOpenHashMap
extends AbstractIntKeyMap
implements IntKeyMap, java.lang.Cloneable, java.io.Serializable
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • IntKeyOpenHashMap

      public IntKeyOpenHashMap()
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntKeyMap intKeyMap)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(int int1)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(double double1)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(int int1, double double1)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(int int1, double double1, double double2)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(int int1, double double1, int int2)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntHashFunction intHashFunction)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntHashFunction intHashFunction, int int1)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntHashFunction intHashFunction, double double1)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntHashFunction intHashFunction, int int1, double double1)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntHashFunction intHashFunction, int int1, double double1, double double2)
    • IntKeyOpenHashMap

      public IntKeyOpenHashMap​(IntHashFunction intHashFunction, int int1, double double1, int int2)
  • Method Details