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

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

Introduction

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

The text is from its open source code.

Implementation

com.google.common.collect.Constraint has the following implementations.
Click this link to see all its implementation.

Constructor

Method

EcheckElement(E element)
Throws a suitable RuntimeException if the specified element is illegal.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringtoString()
Returns a brief human readable description of this constraint, such as "Not null" or "Positive number".