org.apache.openejb.patch
Class PatchedMetadataMap

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.MetadataMap<String,String>
      extended by org.apache.openejb.patch.PatchedMetadataMap
All Implemented Interfaces:
Map<String,List<String>>, javax.ws.rs.core.MultivaluedMap<String,String>

public class PatchedMetadataMap
extends org.apache.cxf.jaxrs.impl.MetadataMap<String,String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
PatchedMetadataMap(Map<String,List<String>> store, boolean ro, boolean ci)
           
 
Method Summary
 Set<String> keySet()
           
 
Methods inherited from class org.apache.cxf.jaxrs.impl.MetadataMap
add, clear, containsKey, containsValue, entrySet, equals, get, getFirst, hashCode, isEmpty, put, putAll, putSingle, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatchedMetadataMap

public PatchedMetadataMap(Map<String,List<String>> store,
                          boolean ro,
                          boolean ci)
Method Detail

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,List<String>>
Overrides:
keySet in class org.apache.cxf.jaxrs.impl.MetadataMap<String,String>


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.