Package com.sun.jersey.core.util

Provides support for collection-based classes.

See:
          Description

Interface Summary
KeyComparator<K> A key comparator.
 

Class Summary
KeyComparatorHashMap<K,V> A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
MultivaluedMapImpl An implementation of MultivaluedMap where keys and values are instances of String.
StringIgnoreCaseKeyComparator Case insensitive String key comparator.
StringKeyIgnoreCaseMultivaluedMap<V> 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.
ThrowHelper Help functionality when throwing exceptions.
UnmodifiableMultivaluedMap<K,V> An unmodifiable view of a MultivaluedMap.
 

Package com.sun.jersey.core.util Description

Provides support for collection-based classes.



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