Java com.google.common.collect MapConstraints fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect MapConstraints fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect MapConstraints.

The text is from its open source code.

Method

BiMapconstrainedBiMap(BiMap map, MapConstraint constraint)
Returns a constrained view of the specified bimap, using the specified constraint.
MapconstrainedMap(Map map, MapConstraint constraint)
Returns a constrained view of the specified map, using the specified constraint.
MapConstraintnotNull()
Returns a constraint that verifies that neither the key nor the value is null.