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

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

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

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

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

Subclasses of KeyComparatorLinkedHashMap in com.sun.jersey.core.util
 class StringKeyIgnoreCaseMultivaluedMap<V>
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case.
 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.