|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.indexer.dictionary.DiskDictionary.HE
protected class DiskDictionary.HE
A class that will act as a heap entry for merging.
| Field Summary | |
|---|---|
protected QueryEntry |
curr
The current entry. |
protected java.util.Iterator |
i
The iterator. |
protected int |
index
The index of the dictionary. |
protected EntryMapper |
mapper
A mapper for our entries. |
protected int |
origID
The original ID of the current entry. |
| Constructor Summary | |
|---|---|
DiskDictionary.HE(DiskDictionary dd,
int index,
EntryMapper mapper)
|
|
| Method Summary | |
|---|---|
int |
compareTo(DiskDictionary.HE e)
|
protected boolean |
next()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Iterator i
protected QueryEntry curr
protected int origID
protected EntryMapper mapper
protected int index
| Constructor Detail |
|---|
public DiskDictionary.HE(DiskDictionary dd,
int index,
EntryMapper mapper)
| Method Detail |
|---|
protected boolean next()
public int compareTo(DiskDictionary.HE e)
compareTo in interface java.lang.Comparable<DiskDictionary.HE>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||