Class PointerKeyComparator
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.PointerKeyComparator
- All Implemented Interfaces:
Comparator<PointerKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(PointerKey key1, PointerKey key2) protected intcompareConcreteTypes(IClass k1, IClass k2) protected intcompareFields(IField if1, IField if2) protected intprotected intcompareOtherKeys(Object key1, Object key2) protected intbooleaninthashCode()Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PointerKeyComparator
-
-
Method Details
-
comparePrimitives
-
compareConcreteTypes
-
compareInstanceKeys
-
compareFields
-
compare
- Specified by:
comparein interfaceComparator<PointerKey>
-
compareOtherKeys
-
equals
- Specified by:
equalsin interfaceComparator<PointerKey>- Overrides:
equalsin classObject
-
hashCode
-