Package org.apache.rave.rest.model

Examples of org.apache.rave.rest.model.SearchResult


    @Before
    @SuppressWarnings("unchecked")
    public void setup() {
        List<? extends String> results = new ArrayList<String>();
        searchResult = new SearchResult(results, 15);
    }
View Full Code Here

TOP

Related Classes of org.apache.rave.rest.model.SearchResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.