Package org.drools.core.marshalling
Class TupleKey
- java.lang.Object
-
- org.drools.core.marshalling.TupleKey
-
public class TupleKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TupleKey(long[] tuple)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static long[]createTupleArray(Tuple tuple)static TupleKeycreateTupleKey(Tuple leftTuple)booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
createTupleArray
public static long[] createTupleArray(Tuple tuple)
-
-