public Registry(AbstractMap map) { Enumerator = new RegistryPivot <T>(map); }
public Registry() { Enumerator = new RegistryPivot <T>(); }