JavaScript is disabled on your browser.
Skip navigation links
Apache Calcite
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.calcite.linq4j.function
Interface EqualityComparer<T>
Type Parameters:
T
- Value type
public interface
EqualityComparer<T>
Compares values for equality.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
equal
(
T
v1,
T
v2)
int
hashCode
(
T
t)
Method Details
equal
boolean
equal
(
T
v1,
T
v2)
hashCode
int
hashCode
(
T
t)