| Interface | Description |
|---|---|
| Closing.Closure | |
| FeaturesAndProperties |
Features and properties.
|
| KeyComparator<K> |
A key comparator.
|
| Class | Description |
|---|---|
| Base64 |
This class provides encode/decode for RFC 2045 Base64 as defined by
RFC 2045, N.
|
| Closing |
A helper class to aid the closing of
InputStream. |
| KeyComparatorHashMap<K,V> |
A implementation similar to
HashMap but supports the
comparison of keys using a KeyComparator. |
| KeyComparatorLinkedHashMap<K,V> |
A implementation similar to
LinkedHashMap but supports the
comparison of keys using a KeyComparator. |
| LazyVal<T> | |
| MultivaluedMapImpl |
An implementation of
MultivaluedMap where keys and values are
instances of String. |
| PriorityUtil |
Utility code for work with
Priority annotated types. |
| PriorityUtil.InstanceComparator |
Comparator for instances of types annotated with Priority
annotation.
|
| PriorityUtil.TypeComparator |
Comparator for types annotated with Priority
annotation.
|
| ReaderWriter |
A utility class for reading and writing using byte and character streams.
|
| SaxHelper | |
| 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. |
| Annotation Type | Description |
|---|---|
| Priority |
Priority annotation can be applied to provider classes
to indicate in what order the providers should be polled.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.