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