Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-05


oracle.stellent.ridc.common.util
Class CaseInsensitiveKeyHashMap<V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,V>
          extended by oracle.stellent.ridc.common.util.CaseInsensitiveKeyHashMap<V>

All Implemented Interfaces:
Serializable, Cloneable, Map<String,V>

public class CaseInsensitiveKeyHashMap<V>
extends HashMap<String,V>
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>

 

Constructor Summary
CaseInsensitiveKeyHashMap()
           

 

Method Summary
 boolean containsKey(Object key)
           
 String convert(String key)
           
 V get(Object key)
           
 V put(String key, V value)
           
 void putAll(Map<? extends String,? extends V> m)
           
 V remove(Object key)
           

 

Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, isEmpty, keySet, size, values

 

Methods inherited from class java.util.AbstractMap
equals, hashCode, toString

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.Map
equals, hashCode

 

Constructor Detail

CaseInsensitiveKeyHashMap

public CaseInsensitiveKeyHashMap()

Method Detail

put

public V put(String key,
             V value)
Specified by:
put in interface Map<String,V>
Overrides:
put in class HashMap<String,V>

putAll

public void putAll(Map<? extends String,? extends V> m)
Specified by:
putAll in interface Map<String,V>
Overrides:
putAll in class HashMap<String,V>

get

public V get(Object key)
Specified by:
get in interface Map<String,V>
Overrides:
get in class HashMap<String,V>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<String,V>
Overrides:
containsKey in class HashMap<String,V>

remove

public V remove(Object key)
Specified by:
remove in interface Map<String,V>
Overrides:
remove in class HashMap<String,V>

convert

public String convert(String key)

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-05


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.