org.jboss.resteasy.core
Class Headers<V>

java.lang.Object
  extended by org.jboss.resteasy.util.CaseInsensitiveMap<V>
      extended by org.jboss.resteasy.core.Headers<V>
All Implemented Interfaces:
java.io.Serializable, java.util.Map<java.lang.String,java.util.List<V>>, MultivaluedMap<java.lang.String,V>

public class Headers<V>
extends CaseInsensitiveMap<V>

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
Headers()
           
 
Method Summary
 
Methods inherited from class org.jboss.resteasy.util.CaseInsensitiveMap
add, clear, containsKey, containsValue, entrySet, get, getFirst, isEmpty, keySet, put, putAll, putSingle, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Headers

public Headers()


Copyright © 2009. All Rights Reserved.