Package | Description |
---|---|
org.infinispan.commons.equivalence |
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
|
org.infinispan.commons.util |
Modifier and Type | Class and Description |
---|---|
class |
EquivalentHashMap<K,V>
Custom hash-based map which accepts no null keys nor null values, where
equality and hash code calculations are done based on passed
Equivalence function implementations for keys
and values, as opposed to relying on their own equals/hashCode/toString
implementations. |
class |
EquivalentLinkedHashMap<K,V>
Custom hash-based linked list map which accepts no null keys nor null values,
where equality and hash code calculations are done based on passed
Equivalence function implementations for keys
and values, as opposed to relying on their own equals/hashCode/toString
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
FastCopyHashMap<K,V>
A HashMap that is optimized for fast shallow copies.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.