Package redis.clients.jedis.graph
Class ResultSetBuilder.ResultSetImpl
java.lang.Object
redis.clients.jedis.graph.ResultSetBuilder.ResultSetImpl
- Enclosing class:
ResultSetBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface redis.clients.jedis.graph.ResultSet
ResultSet.ColumnType -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateResultSetImpl(Header header, List<Record> results, Statistics statistics) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
header
-
results
-
statistics
-
-
Constructor Details
-
ResultSetImpl
-
-
Method Details
-
getHeader
-
getStatistics
- Specified by:
getStatisticsin interfaceResultSet
-
size
public int size() -
equals
-
hashCode
public int hashCode() -
toString
-
iterator
-