Package | Description |
---|---|
org.infinispan.commons.equivalence |
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
|
Modifier and Type | Method and Description |
---|---|
static EquivalentLinkedHashMap.IterationOrder |
EquivalentLinkedHashMap.IterationOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EquivalentLinkedHashMap.IterationOrder[] |
EquivalentLinkedHashMap.IterationOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EquivalentLinkedHashMap(int initialCapacity,
float loadFactor,
EquivalentLinkedHashMap.IterationOrder iterationOrder,
Equivalence<? super K> keyEq,
Equivalence<? super V> valueEq)
Deprecated.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.