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

Common set of Jersey collection classes.

See:
          Description

Interface Summary
Pair<L,R> Represents a pair (tuple of 2) of values of two arbitrary types.
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.
StringKeyIgnoreCaseMultivaluedMap<V> Multivalued map with String keys that are compared with each other using the case insensitive method.
Tuples Utility class with methods for working with tuples, such as Pair and Ref.
 

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.