- All Implemented Interfaces:
- java.util.Map<K,V>
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