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