See: Description
| Interface | Description |
|---|---|
| Ref<T> |
A possibly mutable value reference.
|
| Settable<T> |
A generic settable value container.
|
| 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 | Description |
|---|---|
| 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. |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.