-
-
Constructor Summary
Constructors
Constructs a record with the given items.
Constructs the
RecordImpl instance configured with the provided
Field instances.
-
Method Summary
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
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
-
Constructor Details
-
RecordImpl
public RecordImpl()
-
RecordImpl
Constructs the
RecordImpl instance configured with the provided
Field instances.
- Parameters:
aFields - The Field instances to be contained in the
RecordImpl.
-
RecordImpl
Constructs a record with the given items.
- Parameters:
aFields - The items to be added.
-