Interface MappedRecord<K,V>

All Superinterfaces:
Cloneable, Map<K,V>, Record, Serializable

public interface MappedRecord<K,V> extends Record, Map<K,V>, Serializable
The interface jakarta.resource.cci.MappedRecord is used for key-value map based representation of record elements. The MappedRecord interface extends both Record and java.util.Mapinterfaces.
Version:
0.8
Author:
Rahul Sharma