Package org.drools.core.util
Class AbstractHashTable.InstanceEquals
- java.lang.Object
-
- org.drools.core.util.AbstractHashTable.AbstractObjectComparator
-
- org.drools.core.util.AbstractHashTable.InstanceEquals
-
- All Implemented Interfaces:
Externalizable,Serializable,AbstractHashTable.ObjectComparator
- Enclosing class:
- AbstractHashTable
public static class AbstractHashTable.InstanceEquals extends AbstractHashTable.AbstractObjectComparator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractHashTable.ObjectComparatorINSTANCE
-
Constructor Summary
Constructors Constructor Description InstanceEquals()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanareEqual(Object object1, Object object2)static AbstractHashTable.ObjectComparatorgetInstance()inthashCodeOf(Object obj)voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
INSTANCE
public static final AbstractHashTable.ObjectComparator INSTANCE
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
getInstance
public static AbstractHashTable.ObjectComparator getInstance()
-
hashCodeOf
public int hashCodeOf(Object obj)
-
-