Class EntryHashMap.Entry<K>

    • Constructor Detail

      • Entry

        public Entry​(K key)
        Create an entry.
        Parameters:
        key - the key corresponding to this entry
    • Method Detail

      • getKey

        public K getKey()
        Get the key.
        Returns:
        the key corresponding to this entry