Package | Description |
---|---|
propel.core.collections.maps.multi | |
propel.core.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedMapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V>
Interface of a MapMultimap (a map of maps).
|
Modifier and Type | Class and Description |
---|---|
class |
MapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V>
A type-aware implementation of a Map of Maps.
|
class |
SharedMapMultimap<T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V>
A type-aware thread-safe implementation of a Map of Maps.
|
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V> |
ImmutableUtils.toReadOnly(IMapMultimap<T,K,V> map)
Returns a read-only version of the given collection
|
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<? super T>,K extends java.lang.Comparable<? super K>,V> |
ImmutableUtils.toReadOnly(IMapMultimap<T,K,V> map)
Returns a read-only version of the given collection
|