Interface StringRecord

All Superinterfaces:
Iterable<Map.Entry<String,String>>, MapRecord<String,String,String>, Record<String,Map<String,String>>

public interface StringRecord extends MapRecord<String,String,String>
A Record within the stream backed by a collection of String field/value pairs.
Since:
2.2
Author:
Christoph Strobl