JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.semanticweb.elk.util.hashing
Interface Hasher<T>
Type Parameters:
T
- the type of objects for which the hash codes are defined
public interface
Hasher<T>
An interface for defining custom hash codes,
Author:
Frantisek Simancik
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
hash
(
T
object)
Method Details
hash
int
hash
(
T
object)