Confluo  0.1.0
Public Member Functions | List of all members
confluo.rpc.Record Class Reference
Inheritance diagram for confluo.rpc.Record:

Public Member Functions

Field get (int idx)
 
String toString ()
 
Iterator< Fielditerator ()
 

Detailed Description

A collection of values containing different types

Member Function Documentation

◆ get()

Field confluo.rpc.Record.get ( int  idx)
inline

Gets a field get a specific index

Parameters
idxThe index of the desired field
Returns
The desired field

◆ iterator()

Iterator<Field> confluo.rpc.Record.iterator ( )
inline

Returns an iterator over elements Field elements.

Returns
an Iterator.

◆ toString()

String confluo.rpc.Record.toString ( )
inline

Convert record to string.

Returns
String representation of record.

The documentation for this class was generated from the following file: