JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.strobel.core
Interface IEqualityComparator<T>
All Known Implementing Classes:
StringComparator
public interface
IEqualityComparator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
equals
(
T
o1,
T
o2)
int
hash
(
T
o)
Method Details
equals
boolean
equals
(
T
o1,
T
o2)
hash
int
hash
(
T
o)