Uses of Package
com.sun.jersey.core.util

Packages that use com.sun.jersey.core.util
com.sun.jersey.api.client.config Provides support for configuration of a Client
com.sun.jersey.api.representation Provides support for particular representations. 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.impl.provider.xml   
com.sun.jersey.core.provider.jaxb Provides support for JAXB-related message body readers and writers. 
com.sun.jersey.core.spi.scanning.uri Provides support for package-based class scanning using URIs. 
com.sun.jersey.core.util Provides support for collection-based classes. 
com.sun.jersey.json.impl.provider.entity   
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.api.client.config
FeaturesAndProperties
          Features and properties.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.api.representation
MultivaluedMapImpl
          An implementation of MultivaluedMap where keys and values are instances of String.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.core.header
KeyComparatorHashMap
          A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap
          A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
StringKeyIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case.
StringKeyObjectValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of Object.
StringKeyStringValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of String.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.core.impl.provider.xml
FeaturesAndProperties
          Features and properties.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.core.provider.jaxb
FeaturesAndProperties
          Features and properties.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.core.spi.scanning.uri
Closing
          A helper class to aid the closing of InputStream.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.core.util
Closing
          A helper class to aid the closing of InputStream.
Closing.Closure
           
KeyComparator
          A key comparator.
KeyComparatorHashMap
          A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap
          A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
StringIgnoreCaseKeyComparator
          Case insensitive String key comparator.
StringKeyIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case.
StringKeyObjectValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of Object.
StringKeyStringValueIgnoreCaseMultivaluedMap
          An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of String.
 

Classes in com.sun.jersey.core.util used by com.sun.jersey.json.impl.provider.entity
FeaturesAndProperties
          Features and properties.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.