// //辞書機能を抽象化したものです。 //辞書機能を使う場合はのこのクラスを通して使います // // // abstract class Dictionary { public abstract void create(Read read); }