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

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

Introduction

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

The text is from its open source code.

Field

BoundTypeOPEN
The endpoint value is not considered part of the set ("exclusive").
BoundTypeCLOSED
The endpoint value is considered part of the set ("inclusive").

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.