Column<E> constructor

Column<E>(
  1. List<E> records
)

Implementation

Column(List<E> records) : super(records);