add abstract method

void add(
  1. T data
)

Add Chip for data.

dataに対するChipを追加します。

Implementation

void add(T data);