Package | Description |
---|---|
net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API . |
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
Modifier and Type | Field and Description |
---|---|
private HashCodeFunction<T> |
CustomHashKey.hashCodeFunction |
Modifier and Type | Method and Description |
---|---|
protected HashCodeFunction<T> |
HashKey.getHashCodeFunction() |
protected HashCodeFunction<T> |
CustomHashKey.getHashCodeFunction() |
protected abstract HashCodeFunction<T> |
AbstractHashKey.getHashCodeFunction() |
Constructor and Description |
---|
CustomHashKey(T object,
EqualsChecker<T> equalsChecker,
HashCodeFunction<T> hashCodeFunction)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHashCodeFunction<VALUE>
This is the abstract base implementation of
HashCodeFunction . |
class |
HashCodeFunctionDefault
This is the default implementation of
HashCodeFunction . |
class |
HashCodeFunctionSystemIdentity
This is an implementation of
HashCodeFunction that delegates to System.identityHashCode(Object) and
conforms to EqualsCheckerIsSame . |
Modifier and Type | Method and Description |
---|---|
static <V> HashCodeFunction<V> |
HashCodeFunctionSystemIdentity.getInstance() |
static <V> HashCodeFunction<V> |
HashCodeFunctionDefault.getInstance() |
Copyright © 2001–2016 mmm-Team. All rights reserved.