Package redis.clients.jedis.graph
Class ResultSetBuilder.RecordImpl
java.lang.Object
redis.clients.jedis.graph.ResultSetBuilder.RecordImpl
- All Implemented Interfaces:
Record
- Enclosing class:
ResultSetBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) Check if the record header contains the given keybooleangetString(int index) The value at the given field index (represented as String)The value at the given field (represented as String)<T> TgetValue(int index) The value at the given field index<T> TThe value at the given fieldinthashCode()keys()The keys of the recordintsize()The number of fields in this recordtoString()values()The values of the record
-
Field Details
-
header
-
values
-
-
Constructor Details
-
RecordImpl
-
-
Method Details
-
getValue
public <T> T getValue(int index) Description copied from interface:RecordThe value at the given field index -
getValue
Description copied from interface:RecordThe value at the given field -
getString
Description copied from interface:RecordThe value at the given field index (represented as String) -
getString
Description copied from interface:RecordThe value at the given field (represented as String) -
keys
Description copied from interface:RecordThe keys of the record -
values
Description copied from interface:RecordThe values of the record -
containsKey
Description copied from interface:RecordCheck if the record header contains the given key- Specified by:
containsKeyin interfaceRecord- Parameters:
key- header key- Returns:
trueif the the key exists
-
size
public int size()Description copied from interface:RecordThe number of fields in this record -
equals
-
hashCode
public int hashCode() -
toString
-