public class DefaultElementValueComparator extends Object implements ElementValueComparator
| Constructor and Description |
|---|
DefaultElementValueComparator(CacheConfiguration cacheConfiguration)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Element e1,
Element e2)
Compare if the two element values are equal
|
public DefaultElementValueComparator(CacheConfiguration cacheConfiguration)
cacheConfiguration - the cache configurationpublic boolean equals(Element e1, Element e2)
equals in interface ElementValueComparatore1 - the first element to comparee2 - the second element to compareCopyright © 2021. All rights reserved.