public class NCteQFingerprint
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 |
---|
NCteQFingerprint(int t1,
int f1,
int t2,
int f2,
int t3,
int f3) |
NCteQFingerprint(NCteQEventPoint l1,
NCteQEventPoint l2,
NCteQEventPoint l3) |
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 NCteQFingerprint(int t1, int f1, int t2, int f2, int t3, int f3)
public NCteQFingerprint(NCteQEventPoint l1, NCteQEventPoint l2, NCteQEventPoint 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()