public class ResultSet extends ArrayList<Result>
modCount
Constructor and Description |
---|
ResultSet(ResultSetSchema schema,
List<Result> results)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResultSetSchema |
getSchema()
Getter for ResultSet schema.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public ResultSet(ResultSetSchema schema, List<Result> results)
schema
- The associated schemaresults
- The list of resultspublic ResultSetSchema getSchema()
public String toString()
toString
in class AbstractCollection<Result>
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.