sinterface IDefinitions { Collection getDefinitions(S word); void addDefinition(S word, S definition); }