public class CteQFingerprint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
f1 |
int |
f2 |
int |
f3 |
int |
t1 |
int |
t2 |
int |
t3 |
Constructor and Description |
---|
CteQFingerprint(CteQEventPoint l1,
CteQEventPoint l2,
CteQEventPoint l3) |
CteQFingerprint(int t1,
int f1,
int t2,
int f2,
int t3,
int f3) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
explainHash() |
int |
hash()
Calculate a hash representing this fingerprint.
|
int |
hashCode() |
static int[] |
reverseHash(int hash) |
int |
timeDelta()
The time delta between the first and last event is max 2.4 seconds.
|
java.lang.String |
toString() |
public final int t1
public final int f1
public final int t2
public final int f2
public final int t3
public final int f3
public CteQFingerprint(int t1, int f1, int t2, int f2, int t3, int f3)
public CteQFingerprint(CteQEventPoint l1, CteQEventPoint l2, CteQEventPoint l3)
public int hash()
public static int[] reverseHash(int hash)
hash
- the hash to reversepublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int timeDelta()
public java.lang.String explainHash()