org.osm2world.core.util.functions
public class DefaultFactory<T> extends Object implements Factory<T>
Factory
DefaultFactory(Class<? extends T> c)
T
make()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultFactory(Class<? extends T> c)
public T make()
make
Factory<T>