Class ResultList
-
- All Implemented Interfaces:
public final class ResultList<RESULT extends Object>
-
-
Constructor Summary
Constructors Constructor Description ResultList(List<RESULT> results)
-
Method Summary
Modifier and Type Method Description final List<RESULT>getResults()-
-
Method Detail
-
getResults
final List<RESULT> getResults()
-
-
-
-