Class StringListQueryList
java.lang.Object
org.aksw.iguana.cc.query.list.impl.StringListQueryList
- All Implemented Interfaces:
QueryList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery(int index) This method returns a query at the given index.getQueryStream(int index) inthashCode()This method returns the hashcode of the query list which is the hashcode of the query source.intsize()This method returns the amount of queries in the query list.
-
Constructor Details
-
StringListQueryList
-
-
Method Details
-
getQuery
Description copied from interface:QueryListThis method returns a query at the given index.- Specified by:
getQueryin interfaceQueryList- Parameters:
index- Index of the query in the list- Returns:
- The query at the given index
- Throws:
IOException
-
getQueryStream
- Specified by:
getQueryStreamin interfaceQueryList- Throws:
IOException
-
size
public int size()Description copied from interface:QueryListThis method returns the amount of queries in the query list. -
hashCode
public int hashCode()Description copied from interface:QueryListThis method returns the hashcode of the query list which is the hashcode of the query source.
-