public class CachedEquivalentValue extends EquivalentValue
EquivalentValue
with cached hash code and equals-relation.Modifier and Type | Field and Description |
---|---|
protected int |
code |
protected WeakHashMap<Value,Boolean> |
isEquivalent |
Constructor and Description |
---|
CachedEquivalentValue(Value e) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
apply, clone, equalsToValue, equivHashCode, equivTo, equivToValue, getDeepestValue, getType, getUseBoxes, getValue, toString, toString
protected int code
protected WeakHashMap<Value,Boolean> isEquivalent
public CachedEquivalentValue(Value e)
public int hashCode()
hashCode
in class EquivalentValue
public boolean equals(Object o)
equals
in class EquivalentValue
Copyright © 2019 Sable. All rights reserved.