public interface IRDocIndexList
Interface of IRDoc Index List
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IRDoc curDoc)
Adds an IRDoc object to the index list
|
void |
close()
Releases occupied resources
|
IRDoc |
get(int index)
Gets the IRDoc specified by its index
|
int |
size()
Gets the number of documents in the list.
|
IRDoc get(int index)
index - the index of the documentboolean add(IRDoc curDoc)
curDoc - the IRDoc for addingvoid close()
int size()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.