Class LinkedArrayHashMap<K,V>

java.lang.Object
com.landawn.abacus.util.ArrayHashMap<K,V>
com.landawn.abacus.util.LinkedArrayHashMap<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Map<K,V>

@Beta public final class LinkedArrayHashMap<K,V> extends ArrayHashMap<K,V>
It's designed to supported primitive/object array key. The elements in the array must not be modified after the array is put into the map as key.
Since:
0.8
Author:
Haiyang Li
  • Constructor Details

    • LinkedArrayHashMap

      public LinkedArrayHashMap()