Package | Description |
---|---|
propel.core.collections.maps.multi | |
propel.core.utils |
Modifier and Type | Class and Description |
---|---|
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(ISharedMapMultimap<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(ISharedMapMultimap<T,K,V> map)
Returns a read-only version of the given collection
|