Uses of Class
org.restlet.ext.jaxrs.internal.util.OrderedMap
-
Packages that use OrderedMap Package Description org.restlet.ext.jaxrs.internal.util -
-
Uses of OrderedMap in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that return OrderedMap Modifier and Type Method Description private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodsSupportAllTypes(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut)Deprecated.private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodsSupportType(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut, SortedMetadata<MediaType> mediaTypes)Deprecated.private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodsSupportTypeAndSubType(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut, SortedMetadata<MediaType> mediaTypes)Deprecated.private static OrderedMap<ResourceMethod,java.util.List<MediaType>>AlgorithmUtil. findMethodSupportsMime(java.util.Collection<ResourceMethod> resourceMethods, AlgorithmUtil.ConsOrProdMime inOut, SortedMetadata<MediaType> mediaTypes)Deprecated.
-