Class PanakoHit
java.lang.Object
be.panako.strategy.panako.storage.PanakoHit
public class PanakoHit
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
f
long
matchedNearHash
long
originalHash
int
resourceID
int
t
-
Constructor Summary
Constructors Constructor Description PanakoHit(long originalHash, long matchedNearHash, long t, long resourceID, long f)
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
originalHash
public final long originalHash -
matchedNearHash
public final long matchedNearHash -
t
public final int t -
f
public final int f -
resourceID
public final int resourceID
-
-
Constructor Details
-
PanakoHit
public PanakoHit(long originalHash, long matchedNearHash, long t, long resourceID, long f)
-