Class EqualityKey

All Implemented Interfaces:
Externalizable, Serializable

public abstract class EqualityKey extends LinkedList<DefaultFactHandle> implements Externalizable
Upon instantiation the EqualityKey caches the first Object's hashCode this can never change. The EqualityKey has an internal datastructure which references all the handles which are equal. It also records Whether the referenced facts are JUSTIFIED or STATED
See Also: