| Interface and Description |
|---|
| com.google.common.collect.MapConstraint
Use
Preconditions for basic checks. In place of
constrained maps, we encourage you to check your preconditions
explicitly instead of leaving that work to the map implementation.
For the specific case of rejecting null, consider ImmutableMap.
This class is scheduled for removal in Guava 20.0. |
| Class and Description |
|---|
| com.google.common.collect.MapConstraints
Use
Preconditions for basic checks. In place of
constrained maps, we encourage you to check your preconditions
explicitly instead of leaving that work to the map implementation.
For the specific case of rejecting null, consider ImmutableMap.
This class is scheduled for removal in Guava 20.0. |