Class RecordImpl<T>

    • Constructor Detail

      • RecordImpl

        public RecordImpl()
        Constructs the RecordImpl instance.
      • RecordImpl

        public RecordImpl​(List<Field<T>> aFields)
        Constructs a record with the given items.
        Parameters:
        aFields - The items to be added.