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

Common set of Jersey collection classes.

See:
          Description

Interface Summary
Ref<T> A possibly mutable value reference.
UnsafeValue<T,E extends Throwable> A generic value provider, similar to Value, but able to throw an exception.
Value<T> A generic value provider.
 

Class Summary
ClassTypePair A pair of raw class and the related type.
ImmutableMultivaluedMap<K,V> An immutable view of a MultivaluedMap.
MultivaluedStringMap An implementation of MultivaluedMap where keys and values are instances of String.
Refs A collection of reference factory & utility methods.
StringKeyIgnoreCaseMultivaluedMap<V> Multivalued map with String keys that are compared with each other using the case insensitive method.
Values A collection of Value provider factory & utility methods.
 

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

Common set of Jersey collection classes.



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