Class MediaTypeMap<T>
java.lang.Object
java.util.AbstractMap<javax.ws.rs.core.MediaType,T>
java.util.TreeMap<javax.ws.rs.core.MediaType,T>
org.exoplatform.services.rest.util.MediaTypeMap<T>
- Type Parameters:
T- actual value type
- All Implemented Interfaces:
Serializable,Cloneable,Map<javax.ws.rs.core.MediaType,,T> NavigableMap<javax.ws.rs.core.MediaType,,T> SequencedMap<javax.ws.rs.core.MediaType,,T> SortedMap<javax.ws.rs.core.MediaType,T>
- Direct Known Subclasses:
MediaTypeMultivaluedMap
Keeps sorted values.
- Version:
- $Id: $
- Author:
- Andrey Parfonov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putFirst, putIfAbsent, putLast, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.NavigableMap
reversedMethods inherited from interface java.util.SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
MediaTypeMap
public MediaTypeMap()Create new instance of MedaTypeMap withComparator.
-