public interface IIntern {
  String intern (String s);
}