- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
public class CaseTolerantLinkedHashMap<K,V>
extends LinkedHashMap<K,V>
Case tolerant linked hash map. If the key is a String, the map is able to deliver
the value even if the key is specified in an incorrect character case (for
example "Key" instead of "key"). As this is a low performance map it should be
used only for maps of small size.
- See Also:
- Serialized Form
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.