|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.structures.SimpleDocumentIndexEntry.Factory
public static class SimpleDocumentIndexEntry.Factory
Factory for the creation of DocumentIndexEntry objects
Constructor Summary | |
---|---|
SimpleDocumentIndexEntry.Factory()
|
Method Summary | |
---|---|
int |
getSize()
Returns the size in bytes when T is written to disk by Writable interface methods |
DocumentIndexEntry |
newInstance()
Make a new instance of T |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDocumentIndexEntry.Factory()
Method Detail |
---|
public int getSize()
getSize
in interface FixedSizeWriteableFactory<DocumentIndexEntry>
public DocumentIndexEntry newInstance()
newInstance
in interface WriteableFactory<DocumentIndexEntry>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |