|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MapConstraint in com.google.common.collect |
|---|
| Methods in com.google.common.collect that return MapConstraint | |
|---|---|
static MapConstraint<java.lang.Object,java.lang.Object> |
MapConstraints.notNull()
Returns a constraint that verifies that neither the key nor the value is null. |
| Methods in com.google.common.collect with parameters of type MapConstraint | ||
|---|---|---|
static
|
MapConstraints.constrainedBiMap(BiMap<K,V> map,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified bimap, using the specified constraint. |
|
static
|
MapConstraints.constrainedListMultimap(ListMultimap<K,V> multimap,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified list multimap, using the specified constraint. |
|
static
|
MapConstraints.constrainedMap(java.util.Map<K,V> map,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified map, using the specified constraint. |
|
static
|
MapConstraints.constrainedMultimap(Multimap<K,V> multimap,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified multimap, using the specified constraint. |
|
static
|
MapConstraints.constrainedSetMultimap(SetMultimap<K,V> multimap,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified set multimap, using the specified constraint. |
|
static
|
MapConstraints.constrainedSortedSetMultimap(SortedSetMultimap<K,V> multimap,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified sorted-set multimap, using the specified constraint. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||