Class LongKeyIntValueHashMap

java.lang.Object
org.hsqldb.lib.LongKeyIntValueHashMap
All Implemented Interfaces:
Map<Long,Integer>

public class LongKeyIntValueHashMap extends Object implements Map<Long,Integer>
A Map of long primitives to int primitives.
Since:
1.7.2
Author:
Fred Toussi (fredt@users dot sourceforge.net)
  • Field Details

    • ACCESS_MAX

      public static final int ACCESS_MAX
      See Also:
    • emptyObjectArray

      public static final Object[] emptyObjectArray
  • Constructor Details

    • LongKeyIntValueHashMap

      public LongKeyIntValueHashMap()
    • LongKeyIntValueHashMap

      public LongKeyIntValueHashMap(boolean minimize)
    • LongKeyIntValueHashMap

      public LongKeyIntValueHashMap(int initialCapacity) throws IllegalArgumentException
      Throws:
      IllegalArgumentException
  • Method Details