VALUE
- is the generic type of the objects to hash
. May also be Object
for
generic implementations.public interface HashCodeFunction<VALUE>
hash
code
of an object of the type <VALUE>.Modifier and Type | Method and Description |
---|---|
int |
hashCode(VALUE value) |
Copyright © 2001–2016 mmm-Team. All rights reserved.