Uses of Class
jakarta.ws.rs.core.MultivaluedHashMap
-
Packages that use MultivaluedHashMap Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. -
-
Uses of MultivaluedHashMap in org.glassfish.jersey.internal.util.collection
Subclasses of MultivaluedHashMap in org.glassfish.jersey.internal.util.collection Modifier and Type Class Description classMultivaluedStringMapAn implementation ofMultivaluedMapwhere keys and values are instances of String.classNullableMultivaluedHashMap<K,V>An implementation ofMultivaluedMapwhere values can benull.
-