Uses of Class
org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
-
Packages that use MultivaluedMapImpl Package Description org.restlet.ext.jaxrs.internal.core -
-
Uses of MultivaluedMapImpl in org.restlet.ext.jaxrs.internal.core
Fields in org.restlet.ext.jaxrs.internal.core declared as MultivaluedMapImpl Modifier and Type Field Description private MultivaluedMapImpl<K,V>UnmodifiableMultivaluedMap. mmapDeprecated.Methods in org.restlet.ext.jaxrs.internal.core that return MultivaluedMapImpl Modifier and Type Method Description MultivaluedMapImpl<K,V>MultivaluedMapImpl. clone()Deprecated.Creates a clone of this map.private static MultivaluedMapImpl<java.lang.String,java.lang.String>UnmodifiableMultivaluedMap. copySeries(Series<?> series, boolean caseInsensitive)Deprecated.Creates a MultiValuedMap of unmodifiable Lists.static MultivaluedMapImpl<java.lang.String,java.lang.String>PathSegmentImpl. parseMatrixParams(java.lang.String matrParamString, boolean decoding)Deprecated.Constructors in org.restlet.ext.jaxrs.internal.core with parameters of type MultivaluedMapImpl Constructor Description UnmodifiableMultivaluedMap(MultivaluedMapImpl<K,V> mmap, boolean caseSensitive)Deprecated.Creates a new unmodifiableMultivaluedMap.
-