- Enclosing class:
- TdApi
Searches specified query by word prefixes in the provided strings.
Returns 0-based positions of strings that matched. Can be called
synchronously.
Returns FoundPositions
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
The maximum number of objects to return.Query to search for.boolean
Pass true to receive no results for an empty query.String[]
The strings to search in for the query. -
Constructor Summary
ConstructorDescriptionSearches specified query by word prefixes in the provided strings.SearchStringsByPrefix
(DataInput input) Searches specified query by word prefixes in the provided strings.SearchStringsByPrefix
(String[] strings, String query, int limit, boolean returnNoneForEmptyQuery) Searches specified query by word prefixes in the provided strings. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
strings
The strings to search in for the query. -
query
Query to search for. -
limit
public int limitThe maximum number of objects to return. -
returnNoneForEmptyQuery
public boolean returnNoneForEmptyQueryPass true to receive no results for an empty query. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchStringsByPrefix
public SearchStringsByPrefix()Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.Returns
FoundPositions
-
SearchStringsByPrefix
public SearchStringsByPrefix(String[] strings, String query, int limit, boolean returnNoneForEmptyQuery) Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.Returns
FoundPositions
- Parameters:
strings
- The strings to search in for the query.query
- Query to search for.limit
- The maximum number of objects to return.returnNoneForEmptyQuery
- Pass true to receive no results for an empty query.Returns
FoundPositions
-
SearchStringsByPrefix
Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.Returns
FoundPositions
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-