| Name | Description | Type | Package | Framework |
| AnyEquivalence | A compare function for objects. | Class | org.infinispan.commons.equivalence | Infinispan |
| AnyServerEquivalence | AnyServerEquivalence. | Class | org.infinispan.commons.equivalence | Infinispan |
| ByteArrayEquivalence | A compare function for unsigned byte arrays. | Class | org.infinispan.commons.equivalence | Infinispan |
| Equivalence | An interface that allows custom implementations for objects that are comparable based on equality, hash code calculations, or according to | Interface | org.infinispan.commons.equivalence | Infinispan |
| EquivalentHashMap | Custom hash-based map which accepts no null keys nor null values, where equality and hash code calculations are done based on passed | Class | org.infinispan.commons.equivalence | Infinispan |
| EquivalentHashMap .Node | Class | org.infinispan.commons.equivalence.EquivalentHashMap | Infinispan | |
| EquivalentHashSet | Custom hash-based set which accepts no null values, where equality and hash code calculations are done based on passed | Class | org.infinispan.commons.equivalence | Infinispan |
| EquivalentLinkedHashMap | 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 | Class | org.infinispan.commons.equivalence | Infinispan |
| EquivalentLinkedHashMap .IterationOrder | Returns the enum constant of this type with the specified name. | Class | org.infinispan.commons.equivalence.EquivalentLinkedHashMap | Infinispan |
| IdentityEquivalence | Equivalence implementation that uses the System. | Class | org.infinispan.commons.equivalence | Infinispan |