Package be.panako.strategy.olaf.storage
Class OlafHit
java.lang.Object
be.panako.strategy.olaf.storage.OlafHit
public class OlafHit
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description longmatchedNearHashlongoriginalHashintresourceIDintt -
Constructor Summary
Constructors Constructor Description OlafHit(long originalHash, long matchedNearHash, long t, long resourceID) -
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 -
resourceID
public final int resourceID
-
-
Constructor Details
-
OlafHit
public OlafHit(long originalHash, long matchedNearHash, long t, long resourceID)
-