| Package | Description | 
|---|---|
| com.google.common.collect | 
 This package contains generic collection interfaces and implementations, and
 other utilities for working with collections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> ListMultimap<K,V> | 
MapConstraints.constrainedListMultimap(ListMultimap<K,V> multimap,
                       MapConstraint<? super K,? super V> constraint)
Deprecated.  
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)
Deprecated.  
Returns a constrained view of the specified map, using the specified
 constraint. 
 | 
Copyright © 2010-2016. All Rights Reserved.