T - What type we are comparing.public interface BCELComparator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(T a,
T b)
Compares two objects and return what a.equals(b) should return.
|
int |
hashCode(T o)
Gets the hash code for o.hashCode()
|
boolean equals(T a, T b)
a - an object.b - an object to be compared with a for equality.true if the arguments are equal to each other and false otherwise.int hashCode(T o)
o - Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.