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

Packages that use com.sun.jersey.core.util
com.sun.jersey.api.representation Provides support for particular representations. 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.util Provides support for collection-based classes. 
 

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.
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.util
KeyComparator
          A key comparator.
KeyComparatorHashMap
          A implementation similar to HashMap 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.
 



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