addChip abstract method

void addChip(
  1. T data
)

Add Chip for data.

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

Implementation

void addChip(T data);