Package jakarta.resource.cci
Interface MappedRecord
-
- All Superinterfaces:
Cloneable,Map,Record,Serializable
public interface MappedRecord extends Record, Map, Serializable
The interfacejakarta.resource.cci.MappedRecordis used for key-value map based representation of record elements. The MappedRecord interface extends bothRecordandjava.util.Mapinterfaces.- Version:
- 0.8
- Author:
- Rahul Sharma
-
-
Method Summary
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface jakarta.resource.cci.Record
clone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription
-
-