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