| Package | Description |
|---|---|
| com.revolsys.collection.map | |
| com.revolsys.data.hash |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
CustomHashMap.set(HashEquals hashEquals) |
| Constructor and Description |
|---|
CustomHashMap(HashEquals hashEquals) |
CustomHashMap(HashEquals hashEquals,
int initialCapacity) |
CustomHashMap(HashEquals hashEquals,
int initialCapacity,
float loadFactor) |
CustomHashMap(HashEquals hashEquals,
Map<? extends K,? extends V> map) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifiableHashEquals
A
HashEquals implementation for of Identifiable classes to
use the value returned from Identifiable.getIdentifier() to calculate
the hash code and test for equality. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.