javadoc.com.google.common.collect.class-use.MapConstraint.html Maven / Gradle / Ivy
The newest version!
Uses of Interface com.google.common.collect.MapConstraint (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Interface
com.google.common.collect.MapConstraint
Packages that use MapConstraint
com.google.common.collect
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
Uses of MapConstraint in com.google.common.collect
Methods in com.google.common.collect that return MapConstraint
static MapConstraint<Object,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
<K,V> BiMap<K,V>
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
<K,V> ListMultimap<K,V>
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
<K,V> Map<K,V>
MapConstraints.constrainedMap(Map<K,V> map,
MapConstraint<? super K,? super V> constraint)
Returns a constrained view of the specified map, using the specified
constraint.
static
<K,V> Multimap<K,V>
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
<K,V> SetMultimap<K,V>
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
<K,V> SortedSetMultimap<K,V>
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy