relatedsuggestionresults.java

来自「yahoo api,包括各版本的」· Java 代码 · 共 15 行

JAVA
15
字号
package com.yahoo.search;/** * Related search suggestion results. * * @author Ryan Kennedy */public interface RelatedSuggestionResults {    /**     * The suggestions found for the given search query.     *     * @return The suggestions found for the given search query.     */    String[] getSuggestions();}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?