private static <K,V> java.util.Map<K,V> |
MapConstraints.checkMap(java.util.Map<? extends K,? extends V> map,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
|
private static <K,V> java.util.Collection<V> |
MapConstraints.checkValues(K key,
java.lang.Iterable<? extends V> values,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
|
private static <K,V> java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> |
MapConstraints.constrainedAsMapEntries(java.util.Set<java.util.Map.Entry<K,java.util.Collection<V>>> entries,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
Returns a constrained view of the specified set of asMap entries,
using the specified constraint.
|
private static <K,V> java.util.Map.Entry<K,java.util.Collection<V>> |
MapConstraints.constrainedAsMapEntry(java.util.Map.Entry<K,java.util.Collection<V>> entry,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
Returns a constrained view of the specified asMap entry, using the
specified constraint.
|
private static <K,V> java.util.Collection<java.util.Map.Entry<K,V>> |
MapConstraints.constrainedEntries(java.util.Collection<java.util.Map.Entry<K,V>> entries,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
Returns a constrained view of the specified collection (or set) of entries,
using the specified constraint.
|
private static <K,V> java.util.Map.Entry<K,V> |
MapConstraints.constrainedEntry(java.util.Map.Entry<K,V> entry,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
Returns a constrained view of the specified entry, using the specified
constraint.
|
private static <K,V> java.util.Set<java.util.Map.Entry<K,V>> |
MapConstraints.constrainedEntrySet(java.util.Set<java.util.Map.Entry<K,V>> entries,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
Returns a constrained view of the specified set of entries, using the
specified constraint.
|
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> java.util.Map<K,V> |
MapConstraints.constrainedMap(java.util.Map<K,V> map,
MapConstraint<? super K,? super V> constraint) |
Deprecated.
Returns a constrained view of the specified map, using the specified
constraint.
|