index
Class IndexEntry
java.lang.Object
index.IndexEntry
- public class IndexEntry
- extends java.lang.Object
An entry of the inverted index
Field Summary |
(package private) java.lang.String |
fileName
The name of the file which this fingerprint blongs to it |
(package private) Fingerprint |
fingerprint
The fingerprint itself |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fileName
java.lang.String fileName
- The name of the file which this fingerprint blongs to it
fingerprint
Fingerprint fingerprint
- The fingerprint itself
IndexEntry
public IndexEntry(java.lang.String fileName,
Fingerprint fingerprint)
toString
public java.lang.String toString()
getFileName
public java.lang.String getFileName()
getFingerprint
public Fingerprint getFingerprint()