public interface BCELComparator
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object THIS,
Object THAT)
Compare two objects and return what THIS.equals(THAT) should return
|
int |
hashCode(Object THIS)
Return hashcode for THIS.hashCode()
|
boolean equals(Object THIS, Object THAT)
THIS
- THAT
- int hashCode(Object THIS)
THIS
- Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.