AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
HashFunction.java
Go to the documentation of this file.
1
package
aud.example.hash;
2
5
public
abstract
class
HashFunction
<T> {
7
public
abstract
long
hash
(T data);
8
}
aud.example.hash.HashFunction
interface for a hash function
Definition:
HashFunction.java:5
aud.example.hash.HashFunction.hash
abstract long hash(T data)
get hash value of data
example
hash
HashFunction.java
Generated on Thu Jun 5 2025 18:19:02 for AuD by
1.9.5