Module openj9.dtfj

Class AbstractHashMap

    • Constructor Detail

      • AbstractHashMap

        public AbstractHashMap()
    • Method Detail

      • size

        public int size()
        Returns:
        the number of entries
      • getKeys

        public IntEnumeration getKeys()
        Return an enumeration of the keys in this map. IntEnumeration is similar to Enumeration except that it also provides a nextInt() method to return a primitive value.
      • getKeysArray

        public long[] getKeysArray()
        Return an array containing the keys.