public interface ReplayCost
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Returns whether this cost equals the given object.
|
int |
hashCode()
Returns the hash code for this cost.
|
boolean |
isAcceptable()
Returns whether this cost is acceptable.
|
boolean isAcceptable()
boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The given object.int hashCode()
hashCode in class java.lang.Object