|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyComparatorHashMap | |
---|---|
com.sun.jersey.core.header | Provides support for HTTP headers. |
com.sun.jersey.core.util | Provides support for collection-based classes. |
Uses of KeyComparatorHashMap in com.sun.jersey.core.header |
---|
Subclasses of KeyComparatorHashMap in com.sun.jersey.core.header | |
---|---|
class |
InBoundHeaders
In-bound HTTP headers. |
class |
OutBoundHeaders
Out-bound HTTP headers. |
Uses of KeyComparatorHashMap in com.sun.jersey.core.util |
---|
Subclasses of KeyComparatorHashMap in com.sun.jersey.core.util | |
---|---|
class |
KeyComparatorLinkedHashMap<K,V>
A implementation similar to LinkedHashMap but supports the
comparison of keys using a KeyComparator . |
class |
StringKeyIgnoreCaseMultivaluedMap<V>
An implementation of MultivaluedMap where keys are instances of
String and are compared ignoring case. |
class |
StringKeyObjectValueIgnoreCaseMultivaluedMap
An implementation of MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of Object. |
class |
StringKeyStringValueIgnoreCaseMultivaluedMap
An implementation of MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of String. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |