Package | Description |
---|---|
org.glassfish.jersey.internal.guava |
Modifier and Type | Interface and Description |
---|---|
interface |
SortedSetMultimap<K,V>
A
SetMultimap whose set of values for a given key are kept sorted;
that is, they comprise a SortedSet . |
Modifier and Type | Class and Description |
---|---|
class |
HashMultimap<K,V>
Implementation of
Multimap using hash tables. |
class |
TreeMultimap<K,V>
Implementation of
Multimap whose keys and values are ordered by
their natural ordering or by supplied comparators. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.