Uses of Class
com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap

Packages that use StringKeyIgnoreCaseMultivaluedMap
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.util Provides support for collection-based classes. 
 

Uses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.header
 

Subclasses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.header
 class InBoundHeaders
          In-bound HTTP headers.
 class OutBoundHeaders
          Out-bound HTTP headers.
 

Uses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.util
 

Subclasses of StringKeyIgnoreCaseMultivaluedMap in com.sun.jersey.core.util
 class StringKeyObjectValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of Object.
 class StringKeyStringValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of String.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.