Package org.glassfish.jersey.internal.util.collection

Common set of Jersey collection classes.

See:
          Description

Interface Summary
Ref<T> A possibly mutable reference (tuple of 1) to a single value.
 

Class Summary
ClassTypePair A pair of raw class and the related type.
ImmutableMultivaluedMap<K,V> An immutable view of a MultivaluedMap.
LinkedListSupplier<E> Supplies the linked list instances holding elements of type E.
MultivaluedStringMap An implementation of MultivaluedMap where keys and values are instances of String.
Refs Utility class with methods for working with references.
StringKeyIgnoreCaseMultivaluedMap<V> Multivalued map with String keys that are compared with each other using the case insensitive method.
 

Package org.glassfish.jersey.internal.util.collection Description

Common set of Jersey collection classes.



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.