Class | Description |
---|---|
CaseInsensitiveMap<VALUE> |
A special type of
Map with String s as keys, and the case of a key is ignored for operations involving
keys like CaseInsensitiveMap.put(java.lang.String, VALUE) , CaseInsensitiveMap.get(java.lang.Object) , etc. |
Copyright © 1970 The Apache Software Foundation. All rights reserved.