- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, java.util.NavigableMap<java.lang.String,java.lang.Object>, java.util.SortedMap<java.lang.String,java.lang.Object>
public class StringMap
extends java.util.TreeMap<java.lang.String,java.lang.Object>
Simple utility class that creates a map for string-based keys.
This map can be set to use case-sensitive or case-insensitive
comparison when searching for the key. Any keys put into this
map will be converted to a String using the
toString() method, since it is only intended to
compare strings.
- See Also:
- Serialized Form