|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.indexer.dictionary.LongNameHandler
com.sun.labs.minion.indexer.dictionary.DateNameHandler
public class DateNameHandler
| Constructor Summary | |
|---|---|
DateNameHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
decodeName(java.lang.Object prev,
ReadableBuffer b)
Decodes the name of an entry, given a buffer of encoded names and the name of the previous entry in the dictionary. |
void |
encodeName(java.lang.Object prev,
java.lang.Object curr,
WriteableBuffer b)
Encodes the name of an entry, given the name of the previous entry in the dictionary. |
| Methods inherited from class com.sun.labs.minion.indexer.dictionary.LongNameHandler |
|---|
getShared, startsWith |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateNameHandler()
| Method Detail |
|---|
public void encodeName(java.lang.Object prev,
java.lang.Object curr,
WriteableBuffer b)
encodeName in interface NameEncoderencodeName in class LongNameHandlerprev - The name of the previous entry in the dictionary.curr - The name of the entry to encode.b - The buffer onto which the name of the term should be
encoded.
public java.lang.Object decodeName(java.lang.Object prev,
ReadableBuffer b)
decodeName in interface NameDecoderdecodeName in class LongNameHandlerprev - The name of the previous entry in the dictionary.b - The buffer onto which the name of the term should be
encoded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||